activity
Gets an individual activity
resource
Overview
Name | activity |
Type | Resource |
Description | activity |
Id | awscc.stepfunctions.activity |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
name | string | |
tags | array | |
region | string | AWS 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