interface IFileSetProducer
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Pipelines.IFileSetProducer |
Java | software.amazon.awscdk.pipelines.IFileSetProducer |
Python | aws_cdk.pipelines.IFileSetProducer |
TypeScript (source) | @aws-cdk/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.

.NET
Java
Python
TypeScript (