AWS::Budgets::BudgetsAction SsmActionDefinition
The Amazon EC2 Systems Manager (SSM) action definition details.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "InstanceIds" :[ String, ... ], "Region" :String, "Subtype" :String}
YAML
InstanceIds:- StringRegion:StringSubtype:String
Properties
InstanceIdsThe EC2 and RDS instance IDs.
Required: Yes
Type: List of String
Maximum:
100Update requires: No interruption
RegionThe Region to run the (SSM) document.
Required: Yes
Type: String
Minimum:
9Maximum:
20Pattern:
^\w{2}-\w+(-\w+)?-\d$Update requires: No interruption
SubtypeThe action subType.
Required: Yes
Type: String
Allowed values:
STOP_EC2_INSTANCES | STOP_RDS_INSTANCESUpdate requires: No interruption