InputVpcRequest
public struct InputVpcRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces. Requires subnetIds. If none are specified then the VPC default security group will be used.
Declaration
Swift
public let securityGroupIds: [String]?
-
A list of 2 VPC subnet IDs from the same VPC. Subnet IDs must be mapped to two unique availability zones (AZ).
Declaration
Swift
public let subnetIds: [String]
-
Undocumented
Declaration
Swift
public init(securityGroupIds: [String]? = nil, subnetIds: [String])