artifactStore

@JvmName(name = "exwvumywonjpbgpe")
suspend fun artifactStore(value: Output<PipelineArtifactStoreArgs>)
@JvmName(name = "efubpwcdqvyfkmdh")
suspend fun artifactStore(value: PipelineArtifactStoreArgs)

Parameters

value

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

You must include either artifactStore or artifactStores in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use artifactStores .


@JvmName(name = "wjpyyvrkkgiegxkg")
suspend fun artifactStore(argument: suspend PipelineArtifactStoreArgsBuilder.() -> Unit)

Parameters

argument

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

You must include either artifactStore or artifactStores in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use artifactStores .