aws-cdk-lib.aws_iotcoredeviceadvisor.CfnSuiteDefinitionProps

interface CfnSuiteDefinitionProps

LanguageType name
.NETAmazon.CDK.AWS.IoTCoreDeviceAdvisor.CfnSuiteDefinitionProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotcoredeviceadvisor#CfnSuiteDefinitionProps
Javasoftware.amazon.awscdk.services.iotcoredeviceadvisor.CfnSuiteDefinitionProps
Pythonaws_cdk.aws_iotcoredeviceadvisor.CfnSuiteDefinitionProps
TypeScript aws-cdk-lib » aws_iotcoredeviceadvisor » CfnSuiteDefinitionProps

Properties for defining a CfnSuiteDefinition.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotcoredeviceadvisor as iotcoredeviceadvisor } from 'aws-cdk-lib';

declare const suiteDefinitionConfiguration: any;
const cfnSuiteDefinitionProps: iotcoredeviceadvisor.CfnSuiteDefinitionProps = {
  suiteDefinitionConfiguration: suiteDefinitionConfiguration,

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
suiteDefinitionConfigurationanyThe configuration of the Suite Definition. Listed below are the required elements of the SuiteDefinitionConfiguration .
tags?CfnTag[]Metadata that can be used to manage the the Suite Definition.

suiteDefinitionConfiguration

Type: any

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


tags?

Type: CfnTag[] (optional)

Metadata that can be used to manage the the Suite Definition.