Values.KMSKeyDetailsSourceAn object that contains: The encryption option for a repository association. It is either owned by Amazon Web Services Key Management Service (KMS) (AWS_OWNED_CMK) or customer managed (CUSTOMER_MANAGED_CMK). The ID of the Amazon Web Services KMS key that is associated with a repository association.
type nonrec t = {kMSKeyId : KMSKeyId.t option;The ID of the Amazon Web Services KMS key that is associated with a repository association.
*)encryptionOption : EncryptionOption.t option;The encryption option for a repository association. It is either owned by Amazon Web Services Key Management Service (KMS) (AWS_OWNED_CMK) or customer managed (CUSTOMER_MANAGED_CMK).
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of KMSKeyId.t ]) list ]