Class: CloudFormer::AutoScaling::NotificationConfiguration

Inherits:
ResourceProperty show all
Defined in:
lib/cloud_former/resource_properties/auto_scaling/notification_configuration.rb

Constant Summary collapse

LAUNCH =
'autoscaling:EC2_INSTANCE_LAUNCH'
LAUNCH_ERROR =
'autoscaling:EC2_INSTANCE_LAUNCH_ERROR'
TERMINATE =
'autoscaling:EC2_INSTANCE_TERMINATE'
TERMINATE_ERROR =
'autoscaling:EC2_INSTANCE_TERMINATE_ERROR'
TEST =
'autoscaling:TEST_NOTIFICATION'

Method Summary

Methods inherited from ResourceProperty

#initialize

Methods included from MakesJson

#dump_json, included

Methods included from HasPropertiesAndAttributes

included, #nested_resources, #resource_tree

Constructor Details

This class inherits a constructor from CloudFormer::ResourceProperty