v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426173136.4 KB

Describes an activity.

This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

post/#X-Amz-Target=AWSStepFunctions.DescribeActivity

Headers

X-Amz-Target'AWSStepFunctions.DescribeActivity' required

Request body

activityArnstring required

The Amazon Resource Name (ARN) of the activity to describe.

Response

Success

activityArnstring required

The Amazon Resource Name (ARN) that identifies the activity.

namestring required
<p>The name of the activity.</p> <p>A name must <i>not</i> contain:</p> <ul> <li> <p>white space</p> </li> <li> <p>brackets <code>&lt; &gt; { } [ ]</code> </p> </li> <li> <p>wildcard characters <code>? *</code> </p> </li> <li> <p>special characters <code>" # % \ ^ | ~ ` $ &amp; , ; : /</code> </p> </li> <li> <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p> </li> </ul> <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
creationDatestring date-time required

The date the activity is created.