Data Source: awsSfnActivity
Provides a Step Functions Activity data source
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsSfnActivity.DataAwsSfnActivity(this, "sfn_activity", {
name: "my-activity",
});
Argument Reference
The following arguments are supported:
name
- (Optional) Name that identifies the activity.arn
- (Optional) ARN that identifies the activity.
Attributes Reference
In addition to all arguments above, the following attributes are exported:
id
- ARN that identifies the activity.creationDate
- Date the activity was created.