Struct aws_sdk_ecs::model::cluster_setting::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ClusterSetting
Implementations
The name of the cluster setting. The only supported value is
containerInsights
.
The name of the cluster setting. The only supported value is
containerInsights
.
The value to set for the cluster setting. The supported values are
enabled
and disabled
. If enabled
is
specified, CloudWatch Container Insights will be enabled for the cluster, otherwise it will be
disabled unless the containerInsights
account setting is enabled. If a
cluster value is specified, it will override the containerInsights
value
set with PutAccountSetting or PutAccountSettingDefault.
The value to set for the cluster setting. The supported values are
enabled
and disabled
. If enabled
is
specified, CloudWatch Container Insights will be enabled for the cluster, otherwise it will be
disabled unless the containerInsights
account setting is enabled. If a
cluster value is specified, it will override the containerInsights
value
set with PutAccountSetting or PutAccountSettingDefault.
Consumes the builder and constructs a ClusterSetting
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more