---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_stepfunctions_state_machine Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::StepFunctions::StateMachine
---
# awscc_stepfunctions_state_machine (Data Source)
Data Source schema for AWS::StepFunctions::StateMachine
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String)
- `definition` (Map of String)
- `definition_s3_location` (Attributes) (see [below for nested schema](#nestedatt--definition_s3_location))
- `definition_string` (String)
- `definition_substitutions` (Map of String)
- `logging_configuration` (Attributes) (see [below for nested schema](#nestedatt--logging_configuration))
- `name` (String)
- `role_arn` (String)
- `state_machine_name` (String)
- `state_machine_type` (String)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
- `tracing_configuration` (Attributes) (see [below for nested schema](#nestedatt--tracing_configuration))
### Nested Schema for `definition_s3_location`
Read-Only:
- `bucket` (String)
- `key` (String)
- `version` (String)
### Nested Schema for `logging_configuration`
Read-Only:
- `destinations` (Attributes List) (see [below for nested schema](#nestedatt--logging_configuration--destinations))
- `include_execution_data` (Boolean)
- `level` (String)
### Nested Schema for `logging_configuration.destinations`
Read-Only:
- `cloudwatch_logs_log_group` (Attributes) (see [below for nested schema](#nestedatt--logging_configuration--destinations--cloudwatch_logs_log_group))
### Nested Schema for `logging_configuration.destinations.cloudwatch_logs_log_group`
Read-Only:
- `log_group_arn` (String)
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)
### Nested Schema for `tracing_configuration`
Read-Only:
- `enabled` (Boolean)