AwsRdsDbSubnetGroup
public struct AwsRdsDbSubnetGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the subnet group.
Declaration
Swift
public let dbSubnetGroupArn: String? -
The description of the subnet group.
Declaration
Swift
public let dbSubnetGroupDescription: String? -
The name of the subnet group.
Declaration
Swift
public let dbSubnetGroupName: String? -
The status of the subnet group.
Declaration
Swift
public let subnetGroupStatus: String? -
A list of subnets in the subnet group.
Declaration
Swift
public let subnets: [AwsRdsDbSubnetGroupSubnet]? -
The 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: [AwsRdsDbSubnetGroupSubnet]? = nil, vpcId: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AwsRdsDbSubnetGroup Structure Reference