AWS CodePipeline Pipeline ArtifactStoreMap
The
ArtifactStoreMap property type specifies a mapping of an ArtifactStore object and its corresponding
region.
ArtifactStoreMap is a property of the AWS::CodePipeline::Pipeline resource type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ArtifactStore" : ArtifactStore, "Region" :String}
YAML
ArtifactStore: ArtifactStore Region:String
Properties
ArtifactStore-
The Amazon S3 bucket where artifacts are stored for the pipeline.
Required: Yes
Type: ArtifactStore
Update requires: No interruption
Region-
Specifies the action’s AWS Region, such as
us-east-1.Required: Yes
Type: String
Update requires: No interruption
