awscc_stepfunctions_activity (Resource)

Resource schema for Activity

Example Usage

resource "awscc_stepfunctions_activity" "sfn_activity" {
  name = "my-activity"

  tags = [
    {
      key   = "Modified By"
      value = "AWSCC"
    }
  ]
}

Schema

Required

Optional

Read-Only

Nested Schema for tags

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_stepfunctions_activity.example <resource ID>