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.4/services/cloudwatch.ts?docs=full";
interface GetMetricStreamOutput {
Arn?: string | null;
CreationDate?: Date | number | null;
ExcludeFilters: MetricStreamFilter[];
FirehoseArn?: string | null;
IncludeFilters: MetricStreamFilter[];
IncludeLinkedAccountsMetrics?: boolean | null;
LastUpdateDate?: Date | number | null;
Name?: string | null;
OutputFormat?: MetricStreamOutputFormat | null;
RoleArn?: string | null;
State?: string | null;
StatisticsConfigurations: MetricStreamStatisticsConfiguration[];
}

§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 Data 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.

§
IncludeLinkedAccountsMetrics?: boolean | null
[src]

If this is true and this metric stream is in a monitoring account, then the stream includes metrics from source accounts that the monitoring account is linked to.

§
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]

The output format for the stream. Valid values are json and opentelemetry0.7. For more information about metric stream output formats, see Metric streams output formats.

§
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.

§
StatisticsConfigurations: MetricStreamStatisticsConfiguration[]
[src]

Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream. For more information about the additional statistics, see CloudWatch statistics definitions.