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

AWSNetworkVPNConnection

No description

type AWSNetworkVPNConnection {
metadata: ResourceMetadata!
category: String!
coreNetworkArn: String!
coreNetworkAttachmentArn: String!
customerGatewayConfiguration: AWSNetworkVPNConnectionCustomerGatewayConfiguration
customerGatewayId: String!
gatewayAssociationState: AWSNetworkVPNConnectionGatewayAssociationStateType!
options: AWSNetworkVPNConnectionOptions!
routes: [AWSNetworkVPNConnectionRoute!]!
tags: [AWSTag!]!
state: AWSNetworkVPNConnectionStateType!
transitGatewayId: String!
type: AWSNetworkVPNConnectionGatewayType!
vgwTelemetry: [AWSNetworkVPNConnectionVGWTelemetry!]!
id: String!
vpnGatewayId: String!
}

Fields

AWSNetworkVPNConnection.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

AWSNetworkVPNConnection.category ● String! non-null scalar

The category of the VPN connection

AWSNetworkVPNConnection.coreNetworkArn ● String! non-null scalar

The ARN of the core network

AWSNetworkVPNConnection.coreNetworkAttachmentArn ● String! non-null scalar

The ARN of the core network attachment

AWSNetworkVPNConnection.customerGatewayConfiguration ● AWSNetworkVPNConnectionCustomerGatewayConfiguration object

The configuration information for the VPN connection's customer gateway. This element is always present in the CreateVpnConnection response; however, it's present in the DescribeVpnConnections response only if the VPN connection is in the pending or available state

AWSNetworkVPNConnection.customerGatewayId ● String! non-null scalar

The ID of the customer gateway at your end of the VPN connection

AWSNetworkVPNConnection.gatewayAssociationState ● AWSNetworkVPNConnectionGatewayAssociationStateType! non-null enum

The current state of the gateway association

AWSNetworkVPNConnection.options ● AWSNetworkVPNConnectionOptions! non-null object

The VPN connection options

AWSNetworkVPNConnection.routes ● [AWSNetworkVPNConnectionRoute!]! non-null object

The static routes associated with the VPN connection

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

The tags assigned to the VPN connection

AWSNetworkVPNConnection.state ● AWSNetworkVPNConnectionStateType! non-null enum

The current state of the VPN connection

AWSNetworkVPNConnection.transitGatewayId ● String! non-null scalar

The ID of the transit gateway associated with the VPN connection

AWSNetworkVPNConnection.type ● AWSNetworkVPNConnectionGatewayType! non-null enum

The type of VPN connection

AWSNetworkVPNConnection.vgwTelemetry ● [AWSNetworkVPNConnectionVGWTelemetry!]! non-null object

Information about the VPN tunnel

AWSNetworkVPNConnection.id ● String! non-null scalar

The ID of the VPN connection

AWSNetworkVPNConnection.vpnGatewayId ● String! non-null scalar

The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection

Member of

AWSNetwork object