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}
YAML
Actions:ActionSetConditions:- ConditionResources: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:
2Update requires: Replacement
Resources-
The set of resources the granted actions apply to.
Required: Yes
Type: ResourceSet
Update requires: Replacement