Values.ExecuteCommandLogConfigurationSourceThe log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket.
type nonrec t = {cloudWatchLogGroupName : String_.t option;The name of the CloudWatch log group to send logs to. The CloudWatch log group must already be created.
*)cloudWatchEncryptionEnabled : Boolean.t option;Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
*)s3BucketName : String_.t option;The name of the S3 bucket to send logs to. The S3 bucket must already be created.
*)s3EncryptionEnabled : Boolean.t option;Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.
*)s3KeyPrefix : String_.t option;An optional folder in the S3 bucket to place logs in.
*)}