libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

Description

 
Synopsis

Documentation

data AwsEcsClusterClusterSettingsDetails Source #

Indicates whether to enable CloudWatch Container Insights for the ECS cluster.

See: newAwsEcsClusterClusterSettingsDetails smart constructor.

Constructors

AwsEcsClusterClusterSettingsDetails' 

Fields

Instances

Instances details
Eq AwsEcsClusterClusterSettingsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

Read AwsEcsClusterClusterSettingsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

Show AwsEcsClusterClusterSettingsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

Generic AwsEcsClusterClusterSettingsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

NFData AwsEcsClusterClusterSettingsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

Hashable AwsEcsClusterClusterSettingsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

ToJSON AwsEcsClusterClusterSettingsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

FromJSON AwsEcsClusterClusterSettingsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

type Rep AwsEcsClusterClusterSettingsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails

type Rep AwsEcsClusterClusterSettingsDetails = D1 ('MetaData "AwsEcsClusterClusterSettingsDetails" "Amazonka.SecurityHub.Types.AwsEcsClusterClusterSettingsDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsEcsClusterClusterSettingsDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.