interface IFileSetProducer
Language | Type name |
---|---|
.NET | Amazon.CDK.Pipelines.IFileSetProducer |
Go | github.com/aws/aws-cdk-go/awscdk/v2/pipelines#IFileSetProducer |
Java | software.amazon.awscdk.pipelines.IFileSetProducer |
Python | aws_cdk.pipelines.IFileSetProducer |
TypeScript (source) | aws-cdk-lib » pipelines » IFileSetProducer |
Implemented by
Code
, Code
, Confirm
, File
, Manual
, Shell
Any class that produces, or is itself, a FileSet
.
Steps implicitly produce a primary FileSet as an output.
Properties
Name | Type | Description |
---|---|---|
primary | File | The FileSet produced by this file set producer. |
primaryOutput?
Type:
File
(optional, default: This producer doesn't produce any file set)
The FileSet
produced by this file set producer.