AWS::Budgets::BudgetsAction IamActionDefinition
The Amazon Identity and Access Management (IAM) action definition details.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Groups" :[ String, ... ], "PolicyArn" :String, "Roles" :[ String, ... ], "Users" :[ String, ... ]}
Properties
GroupsA list of groups to be attached. There must be at least one group.
Required: No
Type: List of String
Maximum:
100Update requires: No interruption
PolicyArnThe Amazon Resource Name (ARN) of the policy to be attached.
Required: Yes
Type: String
Minimum:
25Maximum:
684Pattern:
^arn:(aws|aws-cn|aws-us-gov|us-iso-east-1|us-isob-east-1):iam::(\d{12}|aws):policy(\u002F[\u0021-\u007F]+\u002F|\u002F)[\w+=,.@-]+$Update requires: No interruption
RolesA list of roles to be attached. There must be at least one role.
Required: No
Type: List of String
Maximum:
100Update requires: No interruption
UsersA list of users to be attached. There must be at least one user.
Required: No
Type: List of String
Maximum:
100Update requires: No interruption