View a markdown version of this page

AWS::SupportAuthZ::SupportPermit ActionSet - AWS CloudFormation

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::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 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