Data Source: aws_sfn_alias

Terraform data source for managing an AWS SFN (Step Functions) State Machine Alias.

Example Usage

Basic Usage

data "aws_sfn_alias" "example" {
  name             = "my_sfn_alias"
  statemachine_arn = aws_sfn_state_machine.sfn_test.arn
}

Argument Reference

The following arguments are required:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: