Is there a way to get ARN of a Step Functions "Activity" from the "Name" of the activity using Java? For example, the ARN is in the following format:
arn:aws:states:us-east-1:acct-number:activity:activity-name
Is there an API available that looks something like this: getActivityArn(activityName)