Pipeline Artifact Store
    data class PipelineArtifactStore(val encryptionKey: PipelineArtifactStoreEncryptionKey? = null, val location: String, val region: String? = null, val type: String)
Constructors
Link copied to clipboard
                fun PipelineArtifactStore(encryptionKey: PipelineArtifactStoreEncryptionKey? = null, location: String, region: String? = null, type: String)
Types
Properties
Link copied to clipboard
                The encryption key block 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). An encryption_key block is documented below.