class Aws::ECS::Types::UpdateClusterSettingsRequest

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

data as a hash:

    {
      cluster: "String", # required
      settings: [ # required
        {
          name: "containerInsights", # accepts containerInsights
          value: "String",
        },
      ],
    }

@!attribute [rw] cluster

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

@!attribute [rw] settings

The setting to use by default for a cluster. This parameter is used
to enable CloudWatch Container Insights for a cluster. If this value
is specified, it will override the `containerInsights` value set
with PutAccountSetting or PutAccountSettingDefault.
@return [Array<Types::ClusterSetting>]

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

Constants

SENSITIVE