Provides a Step Functions Activity data source
data "aws_sfn_activity" "sfn_activity" {
name = "my-activity"
}
This data source supports the following arguments:
name
- (Optional) Name that identifies the activity.arn
- (Optional) ARN that identifies the activity.This data source exports the following attributes in addition to the arguments above:
id
- ARN that identifies the activity.creation_date
- Date the activity was created.