---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_iotcoredeviceadvisor_suite_definition Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::IoTCoreDeviceAdvisor::SuiteDefinition
---
# awscc_iotcoredeviceadvisor_suite_definition (Data Source)
Data Source schema for AWS::IoTCoreDeviceAdvisor::SuiteDefinition
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `suite_definition_arn` (String) The Amazon Resource name for the suite definition.
- `suite_definition_configuration` (Attributes) (see [below for nested schema](#nestedatt--suite_definition_configuration))
- `suite_definition_id` (String) The unique identifier for the suite definition.
- `suite_definition_version` (String) The suite definition version of a test suite.
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `suite_definition_configuration`
Read-Only:
- `device_permission_role_arn` (String) The device permission role arn of the test suite.
- `devices` (Attributes List) The devices being tested in the test suite (see [below for nested schema](#nestedatt--suite_definition_configuration--devices))
- `intended_for_qualification` (Boolean) Whether the tests are intended for qualification in a suite.
- `root_group` (String) The root group of the test suite.
- `suite_definition_name` (String) The Name of the suite definition.
### Nested Schema for `suite_definition_configuration.devices`
Read-Only:
- `certificate_arn` (String)
- `thing_arn` (String)
### Nested Schema for `tags`
Read-Only:
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.