artifactStores

@JvmName(name = "xekiholtxljmtbpq")
suspend fun artifactStores(value: Output<List<PipelineArtifactStoreMapArgs>>)
@JvmName(name = "qvfgddafjdqsyppb")
suspend fun artifactStores(value: List<PipelineArtifactStoreMapArgs>?)

Parameters

value

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.


@JvmName(name = "iixxextndsuftouv")
suspend fun artifactStores(vararg values: Output<PipelineArtifactStoreMapArgs>)


@JvmName(name = "eauulqndlaoavgjn")
suspend fun artifactStores(values: List<Output<PipelineArtifactStoreMapArgs>>)
@JvmName(name = "soaswilvvqaohhxh")
suspend fun artifactStores(vararg values: PipelineArtifactStoreMapArgs)

Parameters

values

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.


@JvmName(name = "taqeocbnhwsyfcjy")
suspend fun artifactStores(argument: List<suspend PipelineArtifactStoreMapArgsBuilder.() -> Unit>)
@JvmName(name = "wnbtjcaojfsqnumk")
suspend fun artifactStores(vararg argument: suspend PipelineArtifactStoreMapArgsBuilder.() -> Unit)
@JvmName(name = "uieewgneeixdlfhy")
suspend fun artifactStores(argument: suspend PipelineArtifactStoreMapArgsBuilder.() -> Unit)

Parameters

argument

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.