AWS::VerifiedPermissions::Policy EntityIdentifier - AWS CloudFormation

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