View a markdown version of this page

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

The grant definition for a support permit: the actions AWS 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 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