class Aws::ECS::Types::ClusterConfiguration

The execute command configuration for the cluster.

@note When making an API call, you may pass ClusterConfiguration

data as a hash:

    {
      execute_command_configuration: {
        kms_key_id: "String",
        logging: "NONE", # accepts NONE, DEFAULT, OVERRIDE
        log_configuration: {
          cloud_watch_log_group_name: "String",
          cloud_watch_encryption_enabled: false,
          s3_bucket_name: "String",
          s3_encryption_enabled: false,
          s3_key_prefix: "String",
        },
      },
    }

@!attribute [rw] execute_command_configuration

The details of the execute command configuration.
@return [Types::ExecuteCommandConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/ClusterConfiguration AWS API Documentation

Constants

SENSITIVE