Bases: object
Properties for defining a new Step Functions Activity.
activity_name (Optional
[str
]) – The name for this activity. Default: - If not supplied, a name is generated
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_stepfunctions as stepfunctions
activity_props = stepfunctions.ActivityProps(
activity_name="activityName"
)
Attributes
The name for this activity.
If not supplied, a name is generated