Class RepositoryAssociationKmsKeyDetails


  • public final class RepositoryAssociationKmsKeyDetails
    extends java.lang.Object
    • Method Detail

      • encryptionOption

        public java.util.Optional<java.lang.String> encryptionOption()
        Returns:
        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`).
      • kmsKeyId

        public java.util.Optional<java.lang.String> kmsKeyId()
        Returns:
        The ID of the AWS KMS key that is associated with a repository association.