Values.ArtifactConfigOutputSourceA structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
type nonrec t = {s3Encryption : S3EncryptionConfig.t option;A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of KmsKeyArn.t ]) list ])
list ]