ecs_update_cluster_settings: Modifies the settings to use for a cluster

View source: R/ecs_operations.R

ecs_update_cluster_settingsR Documentation

Modifies the settings to use for a cluster

Description

Modifies the settings to use for a cluster.

See https://www.paws-r-sdk.com/docs/ecs_update_cluster_settings/ for full documentation.

Usage

ecs_update_cluster_settings(cluster, settings)

Arguments

cluster

[required] The name of the cluster to modify the settings for.

settings

[required] The setting to use by default for a cluster. This parameter is used to turn on CloudWatch Container Insights for a cluster. If this value is specified, it overrides the containerInsights value set with put_account_setting or put_account_setting_default.

Currently, if you delete an existing cluster that does not have Container Insights turned on, and then create a new cluster with the same name with Container Insights tuned on, Container Insights will not actually be turned on. If you want to preserve the same name for your existing cluster and turn on Container Insights, you must wait 7 days before you can re-create it.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.