Skip to content

MetricStream

Source: src/AWS/CloudWatch/MetricStream.ts

A CloudWatch metric stream.

const stream = yield* MetricStream("MetricsExport", {
FirehoseArn: "arn:aws:firehose:us-east-1:123456789012:deliverystream/example",
RoleArn: "arn:aws:iam::123456789012:role/example",
OutputFormat: "json",
});