SfnFunctions

Functions

Link copied to clipboard

Provides a Step Functions Activity data source

suspend fun getActivity(argument: suspend GetActivityPlainArgsBuilder.() -> Unit): GetActivityResult
suspend fun getActivity(arn: String? = null, name: String? = null): GetActivityResult
Link copied to clipboard

Use this data source to get the ARN of a State Machine in AWS Step Function (SFN). By using this data source, you can reference a state machine without having to hard code the ARNs as input.