AWSRedshiftClusterSubnetGroup
No description
type AWSRedshiftClusterSubnetGroup {
name: String!
description: String!
status: AWSRedshiftClusterSubnetGroupStatusType!
subnets: [AWSVPCSubnet!]!
tags: [AWSTag!]!
vpc: AWSVPC
}
Fields
AWSRedshiftClusterSubnetGroup.name ● String! non-null scalar
The name of the cluster subnet group
AWSRedshiftClusterSubnetGroup.description ● String! non-null scalar
The description of the cluster subnet group
AWSRedshiftClusterSubnetGroup.status ● AWSRedshiftClusterSubnetGroupStatusType! non-null enum
The status of the cluster subnet group
AWSRedshiftClusterSubnetGroup.subnets ● [AWSVPCSubnet!]! non-null object
A list of the VPC Subnets
AWSRedshiftClusterSubnetGroup.tags ● [AWSTag!]! non-null object
The list of tags for the cluster subnet group
AWSRedshiftClusterSubnetGroup.vpc ● AWSVPC object
The VPC of the cluster subnet group
Member of
AWSRedshiftCluster object