aws budgets create-budget-action
Creates a budget action
Options
| Name | Description | 
|---|---|
| --account-id  <string> | The account ID of the user. It should be a 12-digit number | 
| --budget-name  <string> | A string that represents the budget name. The ":" and "\" characters aren't allowed | 
| --notification-type  <string> | The type of a notification. It must be ACTUAL or FORECASTED | 
| --action-type  <string> | The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition | 
| --action-threshold  <structure> | The trigger threshold of the action | 
| --definition  <structure> | Specifies all of the type-specific parameters | 
| --execution-role-arn  <string> | The role passed for action execution and reversion. Roles and actions must be in the same account | 
| --approval-model  <string> | This specifies if the action needs manual or automatic approval | 
| --subscribers  <list> | A list of subscribers | 
| --cli-input-json  <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally | 
| --generate-cli-skeleton  <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |