PipelineArtifactStoreMap

data class PipelineArtifactStoreMap(val artifactStore: PipelineArtifactStore, val region: String)

A mapping of artifactStore objects and their corresponding AWS Regions. There must be an artifact store for the pipeline Region and for each cross-region action in the pipeline.

Constructors

Link copied to clipboard
constructor(artifactStore: PipelineArtifactStore, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents information about the S3 bucket where artifacts are stored for the pipeline.

Link copied to clipboard

The action declaration's AWS Region, such as us-east-1.