UNPKG
shy-hubot-aws
Version:
latest (0.5.0)
0.5.0
Hubot masters aws commands
github.com/yoheimuta/hubot-aws
yoheimuta/hubot-aws
shy-hubot-aws
/
example
/
json
/
autoscaling
/
put_notification
/
app.json
13 lines
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"NotificationConfigurations"
:
[
{
"TopicARN"
:
"yourarn"
,
"NotificationTypes"
:
[
"autoscaling:EC2_INSTANCE_LAUNCH"
,
"autoscaling:EC2_INSTANCE_LAUNCH_ERROR"
,
"autoscaling:EC2_INSTANCE_TERMINATE"
,
"autoscaling:EC2_INSTANCE_TERMINATE_ERROR"
]
}
]
}