class Aws::ECS::Types::UpdateClusterRequest

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

data as a hash:

    {
      cluster: "String", # required
      settings: [
        {
          name: "containerInsights", # accepts containerInsights
          value: "String",
        },
      ],
      configuration: {
        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] cluster

The name of the cluster to modify the settings for.
@return [String]

@!attribute [rw] settings

The cluster settings for your cluster.
@return [Array<Types::ClusterSetting>]

@!attribute [rw] configuration

The execute command configuration for the cluster.
@return [Types::ClusterConfiguration]

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

Constants

SENSITIVE