Class: AWSCodePipelinePipelineArtifactStore

Types~AWSCodePipelinePipelineArtifactStore

new AWSCodePipelinePipelineArtifactStore()

Properties:
Name Type Description
EncryptionKey AWSCodePipelinePipelineArtifactStoreEncryptionKey Required: No. The encryption key AWS CodePipeline uses to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key. If you don't specify a key, AWS CodePipeline uses the default key for Amazon Simple Storage Service (Amazon S3).
Location String Required: Yes. The location where AWS CodePipeline stores artifacts for a pipeline, such as an S3 bucket.
Type String Required: Yes. The type of the artifact store, such as Amazon S3. For valid values, see ArtifactStore in the AWS CodePipeline API Reference.
Source: