SuiteDefinitionConfigurationPropertiesArgs

data class SuiteDefinitionConfigurationPropertiesArgs(val devicePermissionRoleArn: Output<String>, val devices: Output<List<SuiteDefinitionDeviceUnderTestArgs>>? = null, val intendedForQualification: Output<Boolean>? = null, val rootGroup: Output<String>, val suiteDefinitionName: Output<String>? = null) : ConvertibleToJava<SuiteDefinitionConfigurationPropertiesArgs>

The configuration of the Suite Definition. Listed below are the required elements of the SuiteDefinitionConfiguration .

  • devicePermissionRoleArn - The device permission arn. This is a required element. Type: String

  • devices - The list of configured devices under test. For more information on devices under test, see DeviceUnderTest Not a required element. Type: List of devices under test

  • intendedForQualification - The tests intended for qualification in a suite. Not a required element. Type: Boolean

  • rootGroup - The test suite root group. For more information on creating and using root groups see the Device Advisor workflow . This is a required element. Type: String

  • suiteDefinitionName - The Suite Definition Configuration name. This is a required element. Type: String

Constructors

constructor(devicePermissionRoleArn: Output<String>, devices: Output<List<SuiteDefinitionDeviceUnderTestArgs>>? = null, intendedForQualification: Output<Boolean>? = null, rootGroup: Output<String>, suiteDefinitionName: Output<String>? = null)

Properties

Link copied to clipboard

Gets the device permission ARN. This is a required parameter.

Link copied to clipboard

Gets the devices configured.

Link copied to clipboard
val intendedForQualification: Output<Boolean>? = null

Gets the tests intended for qualification in a suite.

Link copied to clipboard
val rootGroup: Output<String>

Gets the test suite root group. This is a required parameter. For updating or creating the latest qualification suite, if intendedForQualification is set to true, rootGroup can be an empty string. If intendedForQualification is false, rootGroup cannot be an empty string. If rootGroup is empty, and intendedForQualification is set to true, all the qualification tests are included, and the configuration is default. For a qualification suite, the minimum length is 0, and the maximum is 2048. For a non-qualification suite, the minimum length is 1, and the maximum is 2048.

Link copied to clipboard
val suiteDefinitionName: Output<String>? = null

Gets the suite definition name. This is a required parameter.

Functions

Link copied to clipboard
open override fun toJava(): SuiteDefinitionConfigurationPropertiesArgs