Struct aws_sdk_securityhub::model::aws_ecs_cluster_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEcsClusterDetails
Implementations
Appends an item to capacity_providers
.
To override the contents of this collection use set_capacity_providers
.
The short name of one or more capacity providers to associate with the cluster.
The short name of one or more capacity providers to associate with the cluster.
Appends an item to cluster_settings
.
To override the contents of this collection use set_cluster_settings
.
The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.
pub fn set_cluster_settings(
self,
input: Option<Vec<AwsEcsClusterClusterSettingsDetails>>
) -> Self
pub fn set_cluster_settings(
self,
input: Option<Vec<AwsEcsClusterClusterSettingsDetails>>
) -> Self
The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.
The run command configuration for the cluster.
The run command configuration for the cluster.
pub fn default_capacity_provider_strategy(
self,
input: impl Into<AwsEcsClusterDefaultCapacityProviderStrategyDetails>
) -> Self
pub fn default_capacity_provider_strategy(
self,
input: impl Into<AwsEcsClusterDefaultCapacityProviderStrategyDetails>
) -> Self
Appends an item to default_capacity_provider_strategy
.
To override the contents of this collection use set_default_capacity_provider_strategy
.
The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.
pub fn set_default_capacity_provider_strategy(
self,
input: Option<Vec<AwsEcsClusterDefaultCapacityProviderStrategyDetails>>
) -> Self
pub fn set_default_capacity_provider_strategy(
self,
input: Option<Vec<AwsEcsClusterDefaultCapacityProviderStrategyDetails>>
) -> Self
The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.
Consumes the builder and constructs a AwsEcsClusterDetails
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