Skip to main content

activity

Gets an individual activity resource

Overview

Nameactivity
TypeResource
Descriptionactivity
Idawscc.stepfunctions.activity

Fields

NameDatatypeDescription
arnstring
namestring
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
tags
FROM awscc.stepfunctions.activity
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the activity resource, the following permissions are required:

Read

states:DescribeActivity,
states:ListTagsForResource

Update

states:ListTagsForResource,
states:TagResource,
states:UntagResource

Delete

states:DeleteActivity