Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsEcsClusterDetails = AwsEcsClusterDetails' {}
- newAwsEcsClusterDetails :: AwsEcsClusterDetails
- awsEcsClusterDetails_clusterSettings :: Lens' AwsEcsClusterDetails (Maybe [AwsEcsClusterClusterSettingsDetails])
- awsEcsClusterDetails_defaultCapacityProviderStrategy :: Lens' AwsEcsClusterDetails (Maybe [AwsEcsClusterDefaultCapacityProviderStrategyDetails])
- awsEcsClusterDetails_configuration :: Lens' AwsEcsClusterDetails (Maybe AwsEcsClusterConfigurationDetails)
- awsEcsClusterDetails_capacityProviders :: Lens' AwsEcsClusterDetails (Maybe [Text])
Documentation
data AwsEcsClusterDetails Source #
provides details about an ECS cluster.
See: newAwsEcsClusterDetails
smart constructor.
AwsEcsClusterDetails' | |
|
Instances
newAwsEcsClusterDetails :: AwsEcsClusterDetails Source #
Create a value of AwsEcsClusterDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clusterSettings:AwsEcsClusterDetails'
, awsEcsClusterDetails_clusterSettings
- The setting to use to create the cluster. Specifically used to configure
whether to enable CloudWatch Container Insights for the cluster.
$sel:defaultCapacityProviderStrategy:AwsEcsClusterDetails'
, awsEcsClusterDetails_defaultCapacityProviderStrategy
- 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.
$sel:configuration:AwsEcsClusterDetails'
, awsEcsClusterDetails_configuration
- The run command configuration for the cluster.
$sel:capacityProviders:AwsEcsClusterDetails'
, awsEcsClusterDetails_capacityProviders
- The short name of one or more capacity providers to associate with the
cluster.
awsEcsClusterDetails_clusterSettings :: Lens' AwsEcsClusterDetails (Maybe [AwsEcsClusterClusterSettingsDetails]) Source #
The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.
awsEcsClusterDetails_defaultCapacityProviderStrategy :: Lens' AwsEcsClusterDetails (Maybe [AwsEcsClusterDefaultCapacityProviderStrategyDetails]) Source #
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.
awsEcsClusterDetails_configuration :: Lens' AwsEcsClusterDetails (Maybe AwsEcsClusterConfigurationDetails) Source #
The run command configuration for the cluster.
awsEcsClusterDetails_capacityProviders :: Lens' AwsEcsClusterDetails (Maybe [Text]) Source #
The short name of one or more capacity providers to associate with the cluster.