class ArtifactMap
Language | Type name |
---|---|
.NET | Amazon.CDK.Pipelines.ArtifactMap |
Go | github.com/aws/aws-cdk-go/awscdk/v2/pipelines#ArtifactMap |
Java | software.amazon.awscdk.pipelines.ArtifactMap |
Python | aws_cdk.pipelines.ArtifactMap |
TypeScript (source) | aws-cdk-lib » pipelines » ArtifactMap |
Translate FileSets to CodePipeline Artifacts.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { pipelines } from 'aws-cdk-lib';
const artifactMap = new pipelines.ArtifactMap();
Initializer
new ArtifactMap()
Methods
Name | Description |
---|---|
to | Return the matching CodePipeline artifact for a FileSet. |
CodePipeline(x)
topublic toCodePipeline(x: FileSet): Artifact
Parameters
- x
File
Set
Returns
Return the matching CodePipeline artifact for a FileSet.