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 AwsRedshiftClusterElasticIpStatus = AwsRedshiftClusterElasticIpStatus' {}
- newAwsRedshiftClusterElasticIpStatus :: AwsRedshiftClusterElasticIpStatus
- awsRedshiftClusterElasticIpStatus_status :: Lens' AwsRedshiftClusterElasticIpStatus (Maybe Text)
- awsRedshiftClusterElasticIpStatus_elasticIp :: Lens' AwsRedshiftClusterElasticIpStatus (Maybe Text)
Documentation
data AwsRedshiftClusterElasticIpStatus Source #
The status of the elastic IP (EIP) address for an Amazon Redshift cluster.
See: newAwsRedshiftClusterElasticIpStatus
smart constructor.
Instances
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.
awsRedshiftClusterElasticIpStatus_status :: Lens' AwsRedshiftClusterElasticIpStatus (Maybe Text) Source #
The status of the elastic IP address.
awsRedshiftClusterElasticIpStatus_elasticIp :: Lens' AwsRedshiftClusterElasticIpStatus (Maybe Text) Source #
The elastic IP address for the cluster.