Actions, resources, and condition keys for AWS service to manage AI agents for UI workflows - Service Authorization Reference

Actions, resources, and condition keys for AWS service to manage AI agents for UI workflows

AWS service to manage AI agents for UI workflows (service prefix: nova-act) provides the following service-specific resources, actions, and condition context keys for use in IAM permission policies.

References:

Actions defined by AWS service to manage AI agents for UI workflows

You can specify the following actions in the Action element of an IAM policy statement. Use policies to grant permissions to perform an operation in AWS. When you use an action in a policy, you usually allow or deny access to the API operation or CLI command with the same name. However, in some cases, a single action controls access to more than one operation. Alternatively, some operations require several different actions.

The Access level column of the Actions table describes how the action is classified (List, Read, Permissions management, or Tagging). This classification can help you understand the level of access that an action grants when you use it in a policy. For more information about access levels, see Access levels in policy summaries.

The Resource types column of the Actions table indicates whether each action supports resource-level permissions. If there is no value for this column, you must specify all resources ("*") to which the policy applies in the Resource element of your policy statement. If the column includes a resource type, then you can specify an ARN of that type in a statement with that action. If the action has one or more required resources, the caller must have permission to use the action with those resources. Required resources are indicated in the table with an asterisk (*). If you limit resource access with the Resource element in an IAM policy, you must include an ARN or pattern for each required resource type. Some actions support multiple resource types. If the resource type is optional (not indicated as required), then you can choose to use one of the optional resource types.

The Condition keys column of the Actions table includes keys that you can specify in a policy statement's Condition element. For more information on the condition keys that are associated with resources for the service, see the Condition keys column of the Resource types table.

The Dependent actions column of the Actions table shows additional permissions that may be required to successfully call an action. These permissions may be needed in addition to the permission for the action itself. When an action specifies dependent actions, those dependencies may apply to additional resources defined for that action, not only the first resource listed in the table.

Note

Resource condition keys are listed in the Resource types table. You can find a link to the resource type that applies to an action in the Resource types (*required) column of the Actions table. The resource type in the Resource types table includes the Condition keys column, which are the resource condition keys that apply to an action in the Actions table.

For details about the columns in the following table, see Actions table.

Actions Description Access level Resource types (*required) Condition keys Dependent actions
CreateAct Grants permission to create a new AI task (act) within a session that can interact with tools and perform specific actions Write

workflow-definition*

workflow-run*

CreateSession Grants permission to create a new session context within a workflow run to manage conversation state and acts Write

workflow-definition*

workflow-run*

CreateWorkflowDefinition Grants permission to create a new workflow definition template that can be used to execute multiple workflow runs Write

workflow-definition*

CreateWorkflowRun Grants permission to create a new execution instance of a workflow definition with specified parameters Write

workflow-definition*

DeleteWorkflowDefinition Grants permission to delete a workflow definition and all associated resources Write

workflow-definition*

DeleteWorkflowRun Grants permission to terminate and clean up a workflow run, stopping all associated acts and sessions Write

workflow-definition*

workflow-run*

GetWorkflowDefinition Grants permission to retrieve details and configuration of a specific workflow definition Read

workflow-definition*

GetWorkflowRun Grants permission to retrieve the current state, configuration, and execution details of a workflow run Read

workflow-definition*

workflow-run*

InvokeActStep Grants permission to execute the next step of an act, processing tool call results and returning new tool calls if needed Write

workflow-definition*

workflow-run*

ListActs Grants permission to list all acts within a specific session with their current status and execution details Read

workflow-definition*

ListModels Grants permission to list all available AI models that can be used for workflow execution, including their status and compatibility information Read
ListSessions Grants permission to list all sessions within a specific workflow run Read

workflow-definition*

workflow-run*

ListWorkflowDefinitions Grants permission to list all workflow definitions in your account with optional filtering and pagination List
ListWorkflowRuns Grants permission to list all workflow runs for a specific workflow definition with optional filtering and pagination List

workflow-definition*

UpdateAct Grants permission to update an existing act's configuration, status, or error information Write

workflow-definition*

workflow-run*

UpdateWorkflowRun Grants permission to update the configuration or state of an active workflow run Write

workflow-definition*

workflow-run*

Resource types defined by AWS service to manage AI agents for UI workflows

The following resource types are defined by this service and can be used in the Resource element of IAM permission policy statements. Each action in the Actions table identifies the resource types that can be specified with that action. A resource type can also define which condition keys you can include in a policy. These keys are displayed in the last column of the Resource types table. For details about the columns in the following table, see Resource types table.

Resource types ARN Condition keys
workflow-definition arn:${Partition}:nova-act:${Region}:${Account}:workflow-definition/${WorkflowDefinitionName}
workflow-run arn:${Partition}:nova-act:${Region}:${Account}:workflow-definition/${WorkflowDefinitionName}/workflow-run/${WorkflowRunId}

Condition keys for AWS service to manage AI agents for UI workflows

Nova Act has no service-specific context keys that can be used in the Condition element of policy statements. For the list of the global context keys that are available to all services, see AWS global condition context keys.