AWSNetworkVPNConnectionRoute
No description
type AWSNetworkVPNConnectionRoute {
destinationCidrBlock: String!
source: AWSNetworkVPNConnectionRouteSourceType!
state: AWSNetworkVPNConnectionRouteStateType!
}
Fields
AWSNetworkVPNConnectionRoute.destinationCidrBlock ● String! non-null scalar
The CIDR block associated with the local subnet of the customer data center
AWSNetworkVPNConnectionRoute.source ● AWSNetworkVPNConnectionRouteSourceType! non-null enum
Indicates how the routes were provided
AWSNetworkVPNConnectionRoute.state ● AWSNetworkVPNConnectionRouteStateType! non-null enum
The current state of the static route
Member of
AWSNetworkVPNConnection object