Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetNetworkResourcesRequest

import type { GetNetworkResourcesRequest } from "https://aws-api.deno.dev/v0.3/services/networkmanager.ts?docs=full";
interface GetNetworkResourcesRequest {
AccountId?: string | null;
AwsRegion?: string | null;
CoreNetworkId?: string | null;
GlobalNetworkId: string;
MaxResults?: number | null;
NextToken?: string | null;
RegisteredGatewayArn?: string | null;
ResourceArn?: string | null;
ResourceType?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The Amazon Web Services account ID.

§
AwsRegion?: string | null
[src]

The Amazon Web Services Region.

§
CoreNetworkId?: string | null
[src]

The ID of a core network.

§
GlobalNetworkId: string
[src]

The ID of the global network.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

The token for the next page of results.

§
RegisteredGatewayArn?: string | null
[src]

The ARN of the gateway.

§
ResourceArn?: string | null
[src]

The ARN of the resource.

§
ResourceType?: string | null
[src]

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: