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

PolicyARNType

import type { PolicyARNType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";

Contains the output of PutScalingPolicy.

interface PolicyARNType {
Alarms: Alarm[];
PolicyARN?: string | null;
}

§Properties

§
Alarms: Alarm[]
[src]

The CloudWatch alarms created for the target tracking scaling policy.

§
PolicyARN?: string | null
[src]

The Amazon Resource Name (ARN) of the policy.