Skip to main content

actions

Creates, updates, deletes, gets or lists an actions resource.

Overview

Nameactions
TypeResource
Idaws.personalize_events.actions

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
put_actionsreplaceregion, datasetArn, actionsAdds one or more actions to an Actions dataset. For more information see Importing actions individually.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

REPLACE examples

Adds one or more actions to an Actions dataset. For more information see Importing actions individually.

REPLACE aws.personalize_events.actions
SET
datasetArn = '{{ datasetArn }}',
actions = '{{ actions }}'
WHERE
region = '{{ region }}' --required
AND datasetArn = '{{ datasetArn }}' --required
AND actions = '{{ actions }}' --required;