# AWS::IoTCoreDeviceAdvisor::SuiteDefinition SuiteDefinitionConfiguration ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "DevicePermissionRoleArn" : String, "Devices" : [ DeviceUnderTest, ... ], "IntendedForQualification" : Boolean, "RootGroup" : String, "SuiteDefinitionName" : String }### YAML
DevicePermissionRoleArn: String Devices: - DeviceUnderTest IntendedForQualification: Boolean RootGroup: String SuiteDefinitionName: String## Properties #### DevicePermissionRoleArn The device permission role arn of the test suite. _Required_: Yes _Type_: String _Minimum_:
20
_Maximum_: 2048
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Devices
The devices being tested in the test suite
_Required_: No
_Type_: List of DeviceUnderTest
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### IntendedForQualification
Whether the tests are intended for qualification in a suite.
_Required_: No
_Type_: Boolean
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### RootGroup
The root group of the test suite.
_Required_: Yes
_Type_: String
_Minimum_: 1
_Maximum_: 2048
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### SuiteDefinitionName
The Name of the suite definition.
_Required_: No
_Type_: String
_Minimum_: 1
_Maximum_: 256
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)