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

GetNetworkTelemetryRequest

import type { GetNetworkTelemetryRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface GetNetworkTelemetryRequest {
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:

  • dxcon
    
  • dx-gateway
    
  • dx-vif
    

The following are the supported resource types for Network Manager:

  • connection
    
  • device
    
  • link
    
  • site
    

The following are the supported resource types for Amazon VPC:

  • customer-gateway
    
  • transit-gateway
    
  • transit-gateway-attachment
    
  • transit-gateway-connect-peer
    
  • transit-gateway-route-table
    
  • vpn-connection