PipelineArtifactStoreMapArgs

data class PipelineArtifactStoreMapArgs(val artifactStore: Output<PipelineArtifactStoreArgs>, val region: Output<String>) : ConvertibleToJava<PipelineArtifactStoreMapArgs>

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: Output<PipelineArtifactStoreArgs>, region: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val region: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): PipelineArtifactStoreMapArgs