VpcConfiguration

public struct VpcConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If this field is specified, this access point will only allow connections from the specified VPC ID.

    Declaration

    Swift

    public let vpcId: String
  • Undocumented

    Declaration

    Swift

    public init(vpcId: String)
  • Declaration

    Swift

    public func validate(name: String) throws