メインコンテンツまでスキップ

AWSAPIGatewayRestAPIVPCLink

No description

type AWSAPIGatewayRestAPIVPCLink {
description: String!
id: String!
name: String!
status: AWSAPIGatewayVPCLinkStatusType!
statusMessage: String!
tags: [AWSTag!]!
loadBalancers: [AWSElasticLoadBalancer!]!
}

Fields

AWSAPIGatewayRestAPIVPCLink.description ● String! non-null scalar

The description of the VPC link

AWSAPIGatewayRestAPIVPCLink.id ● String! non-null scalar

The identifier of the VPC Link. It is used in an Integration to reference this VPC Link

AWSAPIGatewayRestAPIVPCLink.name ● String! non-null scalar

The name used to label and identify the VPC link

AWSAPIGatewayRestAPIVPCLink.status ● AWSAPIGatewayVPCLinkStatusType! non-null enum

The status of the VPC link

AWSAPIGatewayRestAPIVPCLink.statusMessage ● String! non-null scalar

A description about the VPC link status

AWSAPIGatewayRestAPIVPCLink.tags ● [AWSTag!]! non-null object

The collection of tags. Each tag element is associated with a given resource.

AWSAPIGatewayRestAPIVPCLink.loadBalancers ● [AWSElasticLoadBalancer!]! non-null union

The network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.

Member of

AWSAPIGatewayRestAPIResourceMethodIntegrationVPCLinkConnection object