Values.AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetailsSourceThe log configuration for the results of the run command actions.
type nonrec t = {cloudWatchEncryptionEnabled : Boolean.t option;Whether to enable encryption on the CloudWatch logs.
*)cloudWatchLogGroupName : NonEmptyString.t option;The name of the CloudWatch log group to send the logs to.
*)s3BucketName : NonEmptyString.t option;The name of the S3 bucket to send logs to.
*)s3EncryptionEnabled : Boolean.t option;Whether to encrypt the logs that are sent to the S3 bucket.
*)s3KeyPrefix : NonEmptyString.t option;Identifies the folder in the S3 bucket to send the logs to.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]