RepositoryAssociationKmsKeyDetails

data class RepositoryAssociationKmsKeyDetails(val encryptionOption: String? = null, val kmsKeyId: String? = null)

Constructors

Link copied to clipboard
constructor(encryptionOption: String? = null, kmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption option for a repository association. It is either owned by AWS Key Management Service (KMS) (AWS_OWNED_CMK) or customer managed (CUSTOMER_MANAGED_CMK).

Link copied to clipboard
val kmsKeyId: String? = null

The ID of the AWS KMS key that is associated with a repository association.