--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_stepfunctions_activity Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for Activity --- # awscc_stepfunctions_activity (Resource) Resource schema for Activity <!-- schema generated by tfplugindocs --> ## Schema ### Required - `name` (String) ### Optional - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) - `id` (String) Uniquely identifies the resource. <a id="nestedatt--tags"></a> ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_stepfunctions_activity.example <resource ID> ```