View a markdown version of this page

AWS::SupportAuthZ::SupportPermit ActionSet - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::SupportAuthZ::SupportPermit ActionSet

The set of actions a support permit grants. Specify exactly one of AllActions or Actions.

Syntax

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

JSON

{ "Actions" : [ String, ... ], "AllActions" : Json }

YAML

Actions: - String AllActions: Json

Properties

Actions

An explicit list of actions to grant. Each action is a service-namespaced action string, such as ec2:DescribeInstances. Don't specify this property together with AllActions.

Required: No

Type: Array of String

Minimum: 3 | 1

Maximum: 255 | 10

Update requires: Replacement

AllActions

Grants all supported actions. Specify an empty object ({}) to grant every action. Don't specify this property together with Actions.

Required: No

Type: Json

Update requires: Replacement