Interface CfnPipeline.InputArtifactProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipeline.InputArtifactProperty.Jsii$Proxy
Enclosing class:
CfnPipeline

@Stability(Stable) public static interface CfnPipeline.InputArtifactProperty extends software.amazon.jsii.JsiiSerializable
Represents information about an artifact to be worked on, such as a test or build artifact.

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.*;
 InputArtifactProperty inputArtifactProperty = InputArtifactProperty.builder()
         .name("name")
         .build();
 

See Also: