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 ResourceSet
The set of resources a support permit applies to. Specify exactly one of AllResourcesInRegion or Resources.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AllResourcesInRegion" :Json, "Resources" :[ String, ... ]}
YAML
AllResourcesInRegion:JsonResources:- String
Properties
AllResourcesInRegion-
Applies the permit to all resources in the current Region. Specify an empty object (
{}) to include every resource in the Region. Don't specify this property together withResources.Required: No
Type: Json
Update requires: Replacement
Resources-
An explicit list of resource ARNs the permit applies to. Don't specify this property together with
AllResourcesInRegion.Required: No
Type: Array of String
Minimum:
1 | 1Maximum:
512 | 5Update requires: Replacement