View a markdown version of this page

AWS::SupportAuthZ::SupportPermit Permit - 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 Permit

The grant definition for a support permit: the actions Amazon Support is authorized to perform, the resources they apply to, and optional time-window conditions. Permit is a property of the AWS::SupportAuthZ::SupportPermit resource.

Syntax

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

JSON

{ "Actions" : ActionSet, "Conditions" : [ Condition, ... ], "Resources" : ResourceSet }

Properties

Actions

The set of actions the permit grants.

Required: Yes

Type: ActionSet

Update requires: Replacement

Conditions

Optional time-window conditions that control when the permit is active. You can specify up to two conditions.

Required: No

Type: Array of Condition

Maximum: 2

Update requires: Replacement

Resources

The set of resources the granted actions apply to.

Required: Yes

Type: ResourceSet

Update requires: Replacement