log Configuration
Parameters
value
The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When `logging=OVERRIDE`
is specified, a `logConfiguration`
must be provided.
suspend fun logConfiguration(argument: suspend ClusterExecuteCommandLogConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When `logging=OVERRIDE`
is specified, a `logConfiguration`
must be provided.