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:- StringAllActions: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 withAllActions.Required: No
Type: Array of String
Minimum:
3 | 1Maximum:
255 | 10Update requires: Replacement
AllActions-
Grants all supported actions. Specify an empty object (
{}) to grant every action. Don't specify this property together withActions.Required: No
Type: Json
Update requires: Replacement