--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iotcoredeviceadvisor_suite_definition Resource - terraform-provider-awscc" subcategory: "" description: |- An example resource schema demonstrating some basic constructs and validation rules. --- # awscc_iotcoredeviceadvisor_suite_definition (Resource) An example resource schema demonstrating some basic constructs and validation rules. ## Schema ### Required - `suite_definition_configuration` (Attributes) (see [below for nested schema](#nestedatt--suite_definition_configuration)) ### Optional - `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `id` (String) Uniquely identifies the resource. - `suite_definition_arn` (String) The Amazon Resource name for the suite definition. - `suite_definition_id` (String) The unique identifier for the suite definition. - `suite_definition_version` (String) The suite definition version of a test suite. ### Nested Schema for `suite_definition_configuration` Required: - `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` Required: - `certificate_arn` (String) - `thing_arn` (String) ### Nested Schema for `tags` Optional: - `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 -. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iotcoredeviceadvisor_suite_definition.example ```