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

NotificationConfiguration

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

Describes a notification.

interface NotificationConfiguration {
AutoScalingGroupName?: string | null;
NotificationType?: string | null;
TopicARN?: string | null;
}

§Properties

§
AutoScalingGroupName?: string | null
[src]

The name of the Auto Scaling group.

§
NotificationType?: string | null
[src]

One of the following event notification types:

  • autoscaling:EC2_INSTANCE_LAUNCH
    
  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR
    
  • autoscaling:EC2_INSTANCE_TERMINATE
    
  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR
    
  • autoscaling:TEST_NOTIFICATION
    
§
TopicARN?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon SNS topic.