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

EnableAwsNetworkPerformanceMetricSubscriptionRequest

import type { EnableAwsNetworkPerformanceMetricSubscriptionRequest } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
Destination?: string | null;
DryRun?: boolean | null;
Metric?: MetricType | null;
Source?: string | null;
Statistic?: StatisticType | null;
}

§Properties

§
Destination?: string | null
[src]

The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
Metric?: MetricType | null
[src]

The metric used for the enabled subscription.

§
Source?: string | null
[src]

The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1.

§
Statistic?: StatisticType | null
[src]

The statistic used for the enabled subscription.