ReplicationSubnetGroup
public struct ReplicationSubnetGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description for the replication subnet group.
Declaration
Swift
public let replicationSubnetGroupDescription: String? -
The identifier of the replication instance subnet group.
Declaration
Swift
public let replicationSubnetGroupIdentifier: String? -
The status of the subnet group.
Declaration
Swift
public let subnetGroupStatus: String? -
The subnets that are in the subnet group.
Declaration
Swift
public let subnets: [Subnet]? -
The ID of the VPC.
Declaration
Swift
public let vpcId: String? -
init(replicationSubnetGroupDescription:replicationSubnetGroupIdentifier:subnetGroupStatus:subnets:vpcId:)Undocumented
Declaration
Swift
public init(replicationSubnetGroupDescription: String? = nil, replicationSubnetGroupIdentifier: String? = nil, subnetGroupStatus: String? = nil, subnets: [Subnet]? = nil, vpcId: String? = nil)
View on GitHub
ReplicationSubnetGroup Structure Reference