Interface IFileSetProducer

Any class that produces, or is itself, a FileSet.

Namespace: Amazon.CDK.Pipelines
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFileSetProducer
Syntax (vb)
Public Interface IFileSetProducer
Remarks

Steps implicitly produce a primary FileSet as an output.

Synopsis

Properties

PrimaryOutput

The FileSet produced by this file set producer.

Properties

PrimaryOutput

The FileSet produced by this file set producer.

FileSet? PrimaryOutput { get; }
Property Value

FileSet

Remarks

Default: - This producer doesn't produce any file set