Values.AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsSourceContains the run command configuration for the cluster.
type nonrec t = {kmsKeyId : NonEmptyString.t option;The identifier of the KMS key that is used to encrypt the data between the local client and the container.
*)logConfiguration : AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.t
option;The log configuration for the results of the run command actions. Required if Logging is NONE.
*)logging : NonEmptyString.t option;The log setting to use for redirecting logs for run command results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ])
list ])
list ]