ActionIdentifier
Contains information about an action for a request for which an authorization decision is made.
This data type is used as a request parameter to the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations.
Example: { "actionId": "<action name>", "actionType": "Action"
            }
   
Contents
Note
In the following list, the required parameters are described first.
- actionId
- 
               The ID of an action. Type: String Length Constraints: Minimum length of 1. Maximum length of 200. Pattern: .*Required: Yes 
- actionType
- 
               The type of an action. Type: String Length Constraints: Minimum length of 1. Maximum length of 200. Pattern: Action$|^.+::ActionRequired: Yes 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: