EntityIdentifier
Contains the identifier of an entity, including its ID and type.
This data type is used as a request parameter for IsAuthorized operation, and as a response parameter for the CreatePolicy, GetPolicy, and UpdatePolicy operations.
Example:
                    {"entityId":"string","entityType":"string"}
   
Contents
Note
In the following list, the required parameters are described first.
- entityId
 - 
               
The identifier of an entity.
"entityId":"identifier"Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
.*Required: Yes
 - entityType
 - 
               
The type of an entity.
Example:
"entityType":"typeName"Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
.*Required: Yes
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: