VPCConfig

public struct VPCConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A boolean indicating whether to assign a public IP address.

    Declaration

    Swift

    public let assignPublicIp: Bool?
  • A list of one or more security groups IDs in your VPC.

    Declaration

    Swift

    public let securityGroups: [String]?
  • A list of one or more subnet IDs in your VPC.

    Declaration

    Swift

    public let subnets: [String]
  • Undocumented

    Declaration

    Swift

    public init(assignPublicIp: Bool? = nil, securityGroups: [String]? = nil, subnets: [String])
  • Declaration

    Swift

    public func validate(name: String) throws