AWS::Budgets::BudgetsAction IamActionDefinition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Budgets::BudgetsAction IamActionDefinition

The AWS Identity and Access Management (IAM) action definition details.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Groups" : [ String, ... ], "PolicyArn" : String, "Roles" : [ String, ... ], "Users" : [ String, ... ] }

YAML

Groups: - String PolicyArn: String Roles: - String Users: - String

Properties

Groups

A list of groups to be attached. There must be at least one group.

Required: No

Type: Array of String

Minimum: 1

Maximum: 100

Update requires: No interruption

PolicyArn

The Amazon Resource Name (ARN) of the policy to be attached.

Required: Yes

Type: String

Pattern: ^arn:aws(-eusc|-cn|-us-gov|-iso|-iso-[a-z]{1})?:iam::(\d{12}|aws):policy(\u002F[\u0021-\u007F]+\u002F|\u002F)[\w+=,.@-]+$

Minimum: 25

Maximum: 684

Update requires: No interruption

Roles

A list of roles to be attached. There must be at least one role.

Required: No

Type: Array of String

Minimum: 1

Maximum: 100

Update requires: No interruption

Users

A list of users to be attached. There must be at least one user.

Required: No

Type: Array of String

Minimum: 1

Maximum: 100

Update requires: No interruption