View a markdown version of this page

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

The set of resources a support permit applies to. Specify exactly one of AllResourcesInRegion or Resources.

Syntax

To declare this entity in your 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