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.AwsRedshiftClusterElasticIpStatus

Description

 
Synopsis

Documentation

data AwsRedshiftClusterElasticIpStatus Source #

The status of the elastic IP (EIP) address for an Amazon Redshift cluster.

See: newAwsRedshiftClusterElasticIpStatus smart constructor.

Constructors

AwsRedshiftClusterElasticIpStatus' 

Fields

Instances

Instances details
Eq AwsRedshiftClusterElasticIpStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterElasticIpStatus

Read AwsRedshiftClusterElasticIpStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterElasticIpStatus

Show AwsRedshiftClusterElasticIpStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterElasticIpStatus

Generic AwsRedshiftClusterElasticIpStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterElasticIpStatus

Associated Types

type Rep AwsRedshiftClusterElasticIpStatus :: Type -> Type #

NFData AwsRedshiftClusterElasticIpStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterElasticIpStatus

Hashable AwsRedshiftClusterElasticIpStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterElasticIpStatus

ToJSON AwsRedshiftClusterElasticIpStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterElasticIpStatus

FromJSON AwsRedshiftClusterElasticIpStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterElasticIpStatus

type Rep AwsRedshiftClusterElasticIpStatus Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterElasticIpStatus

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

newAwsRedshiftClusterElasticIpStatus :: AwsRedshiftClusterElasticIpStatus Source #

Create a value of AwsRedshiftClusterElasticIpStatus 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:status:AwsRedshiftClusterElasticIpStatus', awsRedshiftClusterElasticIpStatus_status - The status of the elastic IP address.

$sel:elasticIp:AwsRedshiftClusterElasticIpStatus', awsRedshiftClusterElasticIpStatus_elasticIp - The elastic IP address for the cluster.