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 DB subnet group.
Declaration
Swift
public let dBSubnetGroupDescription: String?
-
The name of the DB subnet group.
Declaration
Swift
public let dBSubnetGroupName: String?
-
Provides the status of the DB subnet group.
Declaration
Swift
public let subnetGroupStatus: String?
-
Contains a list of Subnet elements.
Declaration
Swift
public let subnets: [Subnet]?
-
Provides the VpcId of the DB 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)