AccessEndpoint
public struct AccessEndpoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of interface endpoint.
Declaration
Swift
public let endpointType: AccessEndpointType
-
The identifier (ID) of the VPC in which the interface endpoint is used.
Declaration
Swift
public let vpceId: String?
-
Undocumented
Declaration
Swift
public init(endpointType: AccessEndpointType, vpceId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws