Pipeline Artifact Store Map Args
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.