GetRepositoryEncryptionConfiguration

data class GetRepositoryEncryptionConfiguration(val encryptionType: String, val kmsKey: String)

Constructors

Link copied to clipboard
constructor(encryptionType: String, kmsKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encryption type to use for the repository, either AES256 or KMS.

Link copied to clipboard

If encryption_type is KMS, the ARN of the KMS key used.