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?
  • Undocumented

    Declaration

    Swift

    public init(clusterSubnetGroupName: String? = nil, description: String? = nil, subnetGroupStatus: String? = nil, subnets: [Subnet]? = nil, tags: [Tag]? = nil, vpcId: String? = nil)