Package-level declarations
Types
Link copied to clipboard
data class GetSuiteDefinitionPlainArgs(val suiteDefinitionId: String) : ConvertibleToJava<GetSuiteDefinitionPlainArgs>
Link copied to clipboard
Builder for GetSuiteDefinitionPlainArgs.
Link copied to clipboard
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
.
Link copied to clipboard
Link copied to clipboard
data class SuiteDefinitionDeviceUnderTestArgs(val certificateArn: Output<String>? = null, val thingArn: Output<String>? = null) : ConvertibleToJava<SuiteDefinitionDeviceUnderTestArgs>
Link copied to clipboard
Builder for SuiteDefinitionDeviceUnderTestArgs.