AWSRedshiftClusterElasticIpStatus
No description
type AWSRedshiftClusterElasticIpStatus {
elasticIp: String!
status: String!
}
Fields
AWSRedshiftClusterElasticIpStatus.elasticIp
● String!
non-null scalar
The Elastic IP (EIP) address for the cluster.
AWSRedshiftClusterElasticIpStatus.status
● String!
non-null scalar
The status of the Elastic IP (EIP) address.
Member of
AWSRedshiftCluster
object