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

RecordLifecycleActionHeartbeatType

import type { RecordLifecycleActionHeartbeatType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface RecordLifecycleActionHeartbeatType {
AutoScalingGroupName: string;
InstanceId?: string | null;
LifecycleActionToken?: string | null;
LifecycleHookName: string;
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§
InstanceId?: string | null
[src]

The ID of the instance.

§
LifecycleActionToken?: string | null
[src]

A token that uniquely identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target that you specified when you created the lifecycle hook.

§
LifecycleHookName: string
[src]

The name of the lifecycle hook.