Gets the network resource relationships for the specified global network
Source:R/networkmanager_operations.R
networkmanager_get_network_resource_relationships.RdGets the network resource relationships for the specified global network.
See https://www.paws-r-sdk.com/docs/networkmanager_get_network_resource_relationships/ for full documentation.
Usage
networkmanager_get_network_resource_relationships(
GlobalNetworkId,
CoreNetworkId = NULL,
RegisteredGatewayArn = NULL,
AwsRegion = NULL,
AccountId = NULL,
ResourceType = NULL,
ResourceArn = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- GlobalNetworkId
[required] The ID of the global network.
- CoreNetworkId
The ID of a core network.
- RegisteredGatewayArn
The ARN of the registered gateway.
- AwsRegion
The Amazon Web Services Region.
- AccountId
The Amazon Web Services account ID.
- ResourceType
The resource type.
The following are the supported resource types for Direct Connect:
dxcondx-gatewaydx-vif
The following are the supported resource types for Network Manager:
attachmentconnect-peerconnectioncore-networkdevicelinkpeeringsite
The following are the supported resource types for Amazon VPC:
customer-gatewaytransit-gatewaytransit-gateway-attachmenttransit-gateway-connect-peertransit-gateway-route-tablevpn-connection
- ResourceArn
The ARN of the gateway.
- MaxResults
The maximum number of results to return.
- NextToken
The token for the next page of results.