artifactStores

@JvmName(name = "jvuismviyukmfwkc")
suspend fun artifactStores(value: Output<List<PipelineArtifactStoreMapArgs>>)
@JvmName(name = "wmplsdatefpuaogl")
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 = "qfpsckwycykyfqdd")
suspend fun artifactStores(vararg values: Output<PipelineArtifactStoreMapArgs>)


@JvmName(name = "uinvkpsrkpwddyvr")
suspend fun artifactStores(values: List<Output<PipelineArtifactStoreMapArgs>>)
@JvmName(name = "nujmtuixwgkivexn")
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 = "movlmfxkholfmtnm")
suspend fun artifactStores(argument: List<suspend PipelineArtifactStoreMapArgsBuilder.() -> Unit>)
@JvmName(name = "aaftpsrnfnhhgavn")
suspend fun artifactStores(vararg argument: suspend PipelineArtifactStoreMapArgsBuilder.() -> Unit)
@JvmName(name = "yxokqhtcuyekvlol")
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.