ActionIdentifier - Amazon Verified Permissions
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).

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$|^.+::Action

Required: Yes

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: