AWS::VerifiedPermissions::Policy EntityIdentifier - 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).

AWS::VerifiedPermissions::Policy EntityIdentifier

Contains the identifier of an entity in a policy, including its ID and type.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "EntityId" : String, "EntityType" : String }

YAML

EntityId: String EntityType: String

Properties

EntityId

The identifier of an entity.

"entityId":"identifier"

Required: Yes

Type: String

Pattern: ^.*$

Minimum: 1

Maximum: 200

Update requires: No interruption

EntityType

The type of an entity.

Example: "entityType":"typeName"

Required: Yes

Type: String

Pattern: ^.*$

Minimum: 1

Maximum: 200

Update requires: No interruption