interface IActivityRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.StepFunctions.IActivityRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#IActivityRef |
Java | software.amazon.awscdk.services.stepfunctions.IActivityRef |
Python | aws_cdk.aws_stepfunctions.IActivityRef |
TypeScript | aws-cdk-lib » aws_stepfunctions » IActivityRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Activity.
Properties
| Name | Type | Description |
|---|---|---|
| activity | Activity | A reference to a Activity resource. |
| node | Node | The tree node. |
activityRef
Type:
Activity
A reference to a Activity resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript