class ArtifactMap
Language | Type name |
---|---|
.NET | Amazon.CDK.Pipelines.ArtifactMap |
Java | software.amazon.awscdk.pipelines.ArtifactMap |
Python | aws_cdk.pipelines.ArtifactMap |
TypeScript (source) | @aws-cdk/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 * as pipelines from '@aws-cdk/pipelines';
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.