DBSubnetGroup

public struct DBSubnetGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) for the DB subnet group.

    Declaration

    Swift

    public let dBSubnetGroupArn: String?
  • Provides the description of the subnet group.

    Declaration

    Swift

    public let dBSubnetGroupDescription: String?
  • The name of the subnet group.

    Declaration

    Swift

    public let dBSubnetGroupName: String?
  • Provides the status of the subnet group.

    Declaration

    Swift

    public let subnetGroupStatus: String?
  • Detailed information about one or more subnets within a subnet group.

    Declaration

    Swift

    public let subnets: [Subnet]?
  • Provides the virtual private cloud (VPC) ID of the subnet group.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

    public init(dBSubnetGroupArn: String? = nil, dBSubnetGroupDescription: String? = nil, dBSubnetGroupName: String? = nil, subnetGroupStatus: String? = nil, subnets: [Subnet]? = nil, vpcId: String? = nil)