aws-cdk-lib.pipelines.ArtifactMap

class ArtifactMap

LanguageType name
.NETAmazon.CDK.Pipelines.ArtifactMap
Gogithub.com/aws/aws-cdk-go/awscdk/v2/pipelines#ArtifactMap
Javasoftware.amazon.awscdk.pipelines.ArtifactMap
Pythonaws_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

NameDescription
toCodePipeline(x)Return the matching CodePipeline artifact for a FileSet.

toCodePipeline(x)

public toCodePipeline(x: FileSet): Artifact

Parameters

  • x FileSet

Returns

  • Artifact

Return the matching CodePipeline artifact for a FileSet.