AWS::Budgets::BudgetsAction Definition
The definition is where you specify all of the type-specific parameters.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "IamActionDefinition" :
IamActionDefinition
, "ScpActionDefinition" :ScpActionDefinition
, "SsmActionDefinition" :SsmActionDefinition
}
YAML
IamActionDefinition:
IamActionDefinition
ScpActionDefinition:ScpActionDefinition
SsmActionDefinition:SsmActionDefinition
Properties
IamActionDefinition
The Amazon Identity and Access Management (IAM) action definition details.
Required: No
Type: IamActionDefinition
Update requires: No interruption
ScpActionDefinition
The service control policies (SCP) action definition details.
Required: No
Type: ScpActionDefinition
Update requires: No interruption
SsmActionDefinition
The Amazon EC2 Systems Manager (SSM) action definition details.
Required: No
Type: SsmActionDefinition
Update requires: No interruption