@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:51.789Z") public class CodePipelineFileSet extends FileSet
You only need to use this if you want to add CDK Pipeline stages add the end of an existing CodePipeline, which should be very rare.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.codepipeline.*; import software.amazon.awscdk.pipelines.*; Artifact artifact; CodePipelineFileSet codePipelineFileSet = CodePipelineFileSet.fromArtifact(artifact);
IFileSetProducer.Jsii$Default, IFileSetProducer.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
CodePipelineFileSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CodePipelineFileSet(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
static CodePipelineFileSet |
fromArtifact(Artifact artifact)
Turn a CodePipeline Artifact into a FileSet.
|
getId, getPrimaryOutput, getProducer, producedBy, producedBy, toString
protected CodePipelineFileSet(software.amazon.jsii.JsiiObjectRef objRef)
protected CodePipelineFileSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public static CodePipelineFileSet fromArtifact(Artifact artifact)
artifact
- This parameter is required.