VpcEndpointConnection
public struct VpcEndpointConnection : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time that the VPC endpoint was created.
Declaration
Swift
public let creationTimestamp: TimeStamp? -
The DNS entries for the VPC endpoint.
Declaration
Swift
public let dnsEntries: [DnsEntry]? -
The Amazon Resource Names (ARNs) of the network load balancers for the service.
Declaration
Swift
public let networkLoadBalancerArns: [String]? -
The ID of the service to which the endpoint is connected.
Declaration
Swift
public let serviceId: String? -
The ID of the VPC endpoint.
Declaration
Swift
public let vpcEndpointId: String? -
The AWS account ID of the owner of the VPC endpoint.
Declaration
Swift
public let vpcEndpointOwner: String? -
The state of the VPC endpoint.
Declaration
Swift
public let vpcEndpointState: State?
View on GitHub
VpcEndpointConnection Structure Reference