networkmanager_get_network_resources: Describes the network resources for the specified global...

View source: R/networkmanager_operations.R

networkmanager_get_network_resourcesR Documentation

Describes the network resources for the specified global network

Description

Describes the network resources for the specified global network.

See https://www.paws-r-sdk.com/docs/networkmanager_get_network_resources/ for full documentation.

Usage

networkmanager_get_network_resources(
  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 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:

The following are the supported resource types for Network Manager:

  • connection - The definition model is Connection.

  • device - The definition model is Device.

  • link - The definition model is Link.

  • site - The definition model is Site.

The following are the supported resource types for Amazon VPC:

ResourceArn

The ARN of the resource.

MaxResults

The maximum number of results to return.

NextToken

The token for the next page of results.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.