Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/cloudwatch/structs.ts>Datapoint

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface Datapoint
import { type Datapoint } from "https://deno.land/x/aws_api@v0.5.0/services/cloudwatch/structs.ts";

Properties

optional
Timestamp: Date | number | null
optional
SampleCount: number | null
optional
Average: number | null
optional
Sum: number | null
optional
Minimum: number | null
optional
Maximum: number | null
optional
Unit: StandardUnit | null
ExtendedStatistics: { [key: string]: number | null | undefined; }