@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:51.749Z")
public class ArtifactMap
extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.pipelines.*; ArtifactMap artifactMap = new ArtifactMap();
Modifier | Constructor and Description |
---|---|
|
ArtifactMap() |
protected |
ArtifactMap(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ArtifactMap(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
Artifact |
toCodePipeline(FileSet x)
Return the matching CodePipeline artifact for a FileSet.
|