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 |
Properties
PrimaryOutput
The FileSet produced by this file set producer.
FileSet? PrimaryOutput { get; }
Property Value
Remarks
Default: - This producer doesn't produce any file set