| 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 |
Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails
Description
Synopsis
- data AwsEcsClusterClusterSettingsDetails = AwsEcsClusterClusterSettingsDetails' {}
- newAwsEcsClusterClusterSettingsDetails :: AwsEcsClusterClusterSettingsDetails
- awsEcsClusterClusterSettingsDetails_value :: Lens' AwsEcsClusterClusterSettingsDetails (Maybe Text)
- awsEcsClusterClusterSettingsDetails_name :: Lens' AwsEcsClusterClusterSettingsDetails (Maybe Text)
Documentation
data AwsEcsClusterClusterSettingsDetails Source #
Indicates whether to enable CloudWatch Container Insights for the ECS cluster.
See: newAwsEcsClusterClusterSettingsDetails smart constructor.
Constructors
| AwsEcsClusterClusterSettingsDetails' | |
Instances
newAwsEcsClusterClusterSettingsDetails :: AwsEcsClusterClusterSettingsDetails Source #
Create a value of AwsEcsClusterClusterSettingsDetails 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:value:AwsEcsClusterClusterSettingsDetails', awsEcsClusterClusterSettingsDetails_value - The value of the setting.
$sel:name:AwsEcsClusterClusterSettingsDetails', awsEcsClusterClusterSettingsDetails_name - The name of the setting.
awsEcsClusterClusterSettingsDetails_value :: Lens' AwsEcsClusterClusterSettingsDetails (Maybe Text) Source #
The value of the setting.
awsEcsClusterClusterSettingsDetails_name :: Lens' AwsEcsClusterClusterSettingsDetails (Maybe Text) Source #
The name of the setting.