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

GetMetricStreamOutput

import type { GetMetricStreamOutput } from "https://aws-api.deno.dev/v0.3/services/cloudwatch.ts?docs=full";
interface GetMetricStreamOutput {
Arn?: string | null;
CreationDate?: Date | number | null;
ExcludeFilters: MetricStreamFilter[];
FirehoseArn?: string | null;
IncludeFilters: MetricStreamFilter[];
LastUpdateDate?: Date | number | null;
Name?: string | null;
OutputFormat?: MetricStreamOutputFormat | null;
RoleArn?: string | null;
State?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the metric stream.

§
CreationDate?: Date | number | null
[src]

The date that the metric stream was created.

§
ExcludeFilters: MetricStreamFilter[]
[src]

If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream. In this case, all other metric namespaces in the account are streamed by this metric stream.

§
FirehoseArn?: string | null
[src]

The ARN of the Amazon Kinesis Firehose delivery stream that is used by this metric stream.

§
IncludeFilters: MetricStreamFilter[]
[src]

If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.

§
LastUpdateDate?: Date | number | null
[src]

The date of the most recent update to the metric stream's configuration.

§
Name?: string | null
[src]

The name of the metric stream.

§
OutputFormat?: MetricStreamOutputFormat | null
[src]
§
RoleArn?: string | null
[src]

The ARN of the IAM role that is used by this metric stream.

§
State?: string | null
[src]

The state of the metric stream. The possible values are running and stopped.