You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::UpdateClusterSettingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateClusterSettingsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#clusterString

The name of the cluster to modify the settings for.

Returns:

  • (String)

    The name of the cluster to modify the settings for.

#settingsArray<Types::ClusterSetting>

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.

Returns: