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

AWSAPIGatewayV2VPCLink

No description

type AWSAPIGatewayV2VPCLink {
name: String!
securityGroups: [AWSVPCSecurityGroup!]!
subnetIds: [String!]!
id: String!
createdAt: DateTime!
tags: [AWSTag!]!
status: AWSAPIGatewayVPCLinkStatusType!
statusMessage: String!
version: AWSAPIGatewayV2VPVLinkVersionType!
}

Fields

AWSAPIGatewayV2VPCLink.name ● String! non-null scalar

The name of the VPC link

AWSAPIGatewayV2VPCLink.securityGroups ● [AWSVPCSecurityGroup!]! non-null object

A list of security group IDs for the VPC link

AWSAPIGatewayV2VPCLink.subnetIds ● [String!]! non-null scalar

A list of subnet IDs to include in the VPC link

AWSAPIGatewayV2VPCLink.id ● String! non-null scalar

The ID of the VPC link

AWSAPIGatewayV2VPCLink.createdAt ● DateTime! non-null scalar

The timestamp when the VPC link was created

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

Tags for the VPC link

AWSAPIGatewayV2VPCLink.status ● AWSAPIGatewayVPCLinkStatusType! non-null enum

The status of the VPC link

AWSAPIGatewayV2VPCLink.statusMessage ● String! non-null scalar

A message summarizing the cause of the status of the VPC link

AWSAPIGatewayV2VPCLink.version ● AWSAPIGatewayV2VPVLinkVersionType! non-null enum

The version of the VPC link

Member of

AWSAPIGatewayHTTPAPIVPCLinkIntegration object