Interface CfnSuiteDefinitionPropsMixin.IDeviceUnderTestProperty
Information of a test device.
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTCoreDeviceAdvisor.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnSuiteDefinitionPropsMixin.IDeviceUnderTestProperty
Syntax (vb)
Public Interface CfnSuiteDefinitionPropsMixin.IDeviceUnderTestProperty
Remarks
A thing ARN, certificate ARN or device role ARN is required.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTCoreDeviceAdvisor.Mixins;
var deviceUnderTestProperty = new DeviceUnderTestProperty {
CertificateArn = "certificateArn",
ThingArn = "thingArn"
};
Synopsis
Properties
| CertificateArn | Lists device's certificate ARN. |
| ThingArn | Lists device's thing ARN. |
Properties
CertificateArn
Lists device's certificate ARN.
string? CertificateArn { get; }
Property Value
Remarks
ThingArn
Lists device's thing ARN.
string? ThingArn { get; }