VpcConfig
public struct VpcConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of one or more security groups IDs in your Amazon VPC.
Declaration
Swift
public let securityGroupIds: [String]?
-
A list of one or more subnet IDs in your Amazon VPC.
Declaration
Swift
public let subnets: [String]?
-
The ID of the Amazon VPC.
Declaration
Swift
public let vpcId: String?
-
Undocumented
Declaration
Swift
public init(securityGroupIds: [String]? = nil, subnets: [String]? = nil, vpcId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws