Class CfnSuiteDefinition.DeviceUnderTestProperty
Inheritance
System.Object
CfnSuiteDefinition.DeviceUnderTestProperty
Implements
Namespace: Amazon.CDK.AWS.IoTCoreDeviceAdvisor
Assembly: Amazon.CDK.AWS.IoTCoreDeviceAdvisor.dll
Syntax (csharp)
public class DeviceUnderTestProperty : Object, CfnSuiteDefinition.IDeviceUnderTestProperty
Syntax (vb)
Public Class DeviceUnderTestProperty
Inherits Object
Implements CfnSuiteDefinition.IDeviceUnderTestProperty
Remarks
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.AWS.IoTCoreDeviceAdvisor;
var deviceUnderTestProperty = new DeviceUnderTestProperty {
CertificateArn = "certificateArn",
ThingArn = "thingArn"
};
Synopsis
Constructors
DeviceUnderTestProperty() |
Properties
CertificateArn |
|
ThingArn |
|
Constructors
DeviceUnderTestProperty()
public DeviceUnderTestProperty()
Properties
CertificateArn
CfnSuiteDefinition.DeviceUnderTestProperty.CertificateArn
.
public string CertificateArn { get; set; }
Property Value
System.String
Remarks
ThingArn
CfnSuiteDefinition.DeviceUnderTestProperty.ThingArn
.
public string ThingArn { get; set; }
Property Value
System.String