Subnet
public struct Subnet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let subnetAvailabilityZone: AvailabilityZone?
-
The identifier of the subnet.
Declaration
Swift
public let subnetIdentifier: String?
-
If the subnet is associated with an Outpost, this value specifies the Outpost. For more information about RDS on Outposts, see Amazon RDS on AWS Outposts in the Amazon RDS User Guide.
Declaration
Swift
public let subnetOutpost: Outpost?
-
The status of the subnet.
Declaration
Swift
public let subnetStatus: String?
-
Undocumented
Declaration
Swift
public init(subnetAvailabilityZone: AvailabilityZone? = nil, subnetIdentifier: String? = nil, subnetOutpost: Outpost? = nil, subnetStatus: String? = nil)