View a markdown version of this page

AWS::SupportAuthZ::SupportPermit ResourceSet - 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 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: Json Resources: - 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 with Resources.

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 | 1

Maximum: 512 | 5

Update requires: Replacement