Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateClusterSettingsRequest

import type { UpdateClusterSettingsRequest } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface UpdateClusterSettingsRequest {
cluster: string;
settings: ClusterSetting[];
}

§Properties

§
cluster: string
[src]

The name of the cluster to modify the settings for.

§

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 "PutAccountSetting" or "PutAccountSettingDefault".

! IMPORTANT: ! 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.