AWSVPCEndpoint
No description
type AWSVPCEndpoint {
createdAt: DateTime
dnsEntries: [AWSDNSEntry!]!
dnsOptions: AWSDNSOptions
securityGroups: [AWSVPCSecurityGroup!]!
ipAddressType: AWSVPCEndpointIPAddressType!
lastError: AWSVPCEndpointLastError
networkInterfaceIds: [String!]!
ownerId: String!
policy: AWSVPCEndpointPolicy
privateDnsEnabled: Boolean!
requesterManaged: Boolean!
routeTables: [AWSVPCRouteTable!]!
serviceName: String!
state: AWSVPCEndpointStateType!
subnets: [AWSVPCSubnet!]!
id: String!
tags: [AWSTag!]!
type: AWSVPCEndpointType!
vpcId: String!
}
Fields
AWSVPCEndpoint.createdAt ● DateTime scalar
The date and time that the endpoint was created
AWSVPCEndpoint.dnsEntries ● [AWSDNSEntry!]! non-null object
The DNS entries for the endpoint
AWSVPCEndpoint.dnsOptions ● AWSDNSOptions object
The DNS options for the endpoint
AWSVPCEndpoint.securityGroups ● [AWSVPCSecurityGroup!]! non-null object
Information about the security groups that are associated with the network interface
AWSVPCEndpoint.ipAddressType ● AWSVPCEndpointIPAddressType! non-null enum
The IP address type for the endpoint
AWSVPCEndpoint.lastError ● AWSVPCEndpointLastError object
The last error that occurred for endpoint
AWSVPCEndpoint.networkInterfaceIds ● [String!]! non-null scalar
The network interfaces for the endpoint
AWSVPCEndpoint.ownerId ● String! non-null scalar
The ID of the Amazon Web Services account that owns the endpoint
AWSVPCEndpoint.policy ● AWSVPCEndpointPolicy object
The policy document associated with the endpoint, if applicable
AWSVPCEndpoint.privateDnsEnabled ● Boolean! non-null scalar
Indicates whether the VPC is associated with a private hosted zone
AWSVPCEndpoint.requesterManaged ● Boolean! non-null scalar
Indicates whether the endpoint is being managed by its service
AWSVPCEndpoint.routeTables ● [AWSVPCRouteTable!]! non-null object
The route tables associated with the endpoint
AWSVPCEndpoint.serviceName ● String! non-null scalar
The name of the service to which the endpoint is associated
AWSVPCEndpoint.state ● AWSVPCEndpointStateType! non-null enum
The state of the endpoint
AWSVPCEndpoint.subnets ● [AWSVPCSubnet!]! non-null object
The subnets for the endpoint
AWSVPCEndpoint.id ● String! non-null scalar
The ID of the VPC endpoint
AWSVPCEndpoint.tags ● [AWSTag!]! non-null object
The tags assigned to the endpoint
AWSVPCEndpoint.type ● AWSVPCEndpointType! non-null enum
The type of endpoint
AWSVPCEndpoint.vpcId ● String! non-null scalar
The ID of the VPC to which the endpoint is associated
Member of
AWSVPC object