Resource schema for Activity
resource "awscc_stepfunctions_activity" "sfn_activity" {
name = "my-activity"
tags = [
{
key = "Modified By"
value = "AWSCC"
}
]
}
name
(String)tags
(Attributes List) (see below for nested schema)arn
(String)id
(String) Uniquely identifies the resource.tags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_stepfunctions_activity.example <resource ID>