aws.stepfunctions.describe_activity
Example SQL Queries
SELECT * FROMaws.stepfunctions.describe_activityWHERE"activity_arn" = 'VALUE';Description
Describes an activity.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| activity_arn Required Input Column The Amazon Resource Name (ARN) that identifies the activity. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_date The date the activity is created. | TIMESTAMP_S |
| encryption_configuration Settings for configured server-side encryption. | STRUCT( |
Show child fields
| |
| name The name of the activity. A name must not contain:
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _. | VARCHAR |