interface DeviceUnderTestProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTCoreDeviceAdvisor.CfnSuiteDefinition.DeviceUnderTestProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotcoredeviceadvisor#CfnSuiteDefinition_DeviceUnderTestProperty |
![]() | software.amazon.awscdk.services.iotcoredeviceadvisor.CfnSuiteDefinition.DeviceUnderTestProperty |
![]() | aws_cdk.aws_iotcoredeviceadvisor.CfnSuiteDefinition.DeviceUnderTestProperty |
![]() | aws-cdk-lib » aws_iotcoredeviceadvisor » CfnSuiteDefinition » DeviceUnderTestProperty |
Information of a test device.
A thing ARN, certificate ARN or device role ARN is required.
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
Name | Type | Description |
---|---|---|
certificate | string | Lists device's certificate ARN. |
thing | string | Lists device's thing ARN. |
certificateArn?
Type:
string
(optional)
Lists device's certificate ARN.
thingArn?
Type:
string
(optional)
Lists device's thing ARN.