aws-cdk-lib.aws_iotcoredeviceadvisor.CfnSuiteDefinition.DeviceUnderTestProperty

interface DeviceUnderTestProperty

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

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';
const deviceUnderTestProperty: iotcoredeviceadvisor.CfnSuiteDefinition.DeviceUnderTestProperty = {
  certificateArn: 'certificateArn',
  thingArn: 'thingArn',
};

Properties

NameTypeDescription
certificateArn?stringCfnSuiteDefinition.DeviceUnderTestProperty.CertificateArn.
thingArn?stringCfnSuiteDefinition.DeviceUnderTestProperty.ThingArn.

certificateArn?

Type: string (optional)

CfnSuiteDefinition.DeviceUnderTestProperty.CertificateArn.


thingArn?

Type: string (optional)

CfnSuiteDefinition.DeviceUnderTestProperty.ThingArn.