Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

optional
AlarmNames: string[] | null
optional
AlarmNamePrefix: string | null
optional
AlarmTypes: AlarmType[] | null
optional
ChildrenOfAlarmName: string | null
optional
ParentsOfAlarmName: string | null
optional
StateValue: StateValue | null
optional
ActionPrefix: string | null
optional
MaxRecords: number | null
optional
NextToken: string | null