ClusterSubnetGroup
public struct ClusterSubnetGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the cluster subnet group.
Declaration
Swift
public let clusterSubnetGroupName: String?
-
The description of the cluster subnet group.
Declaration
Swift
public let description: String?
-
The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.
Declaration
Swift
public let subnetGroupStatus: String?
-
A list of the VPC Subnet elements.
Declaration
Swift
public let subnets: [Subnet]?
-
The list of tags for the cluster subnet group.
Declaration
Swift
public let tags: [Tag]?
-
The VPC ID of the cluster subnet group.
Declaration
Swift
public let vpcId: String?