Show / Hide Table of Contents

Class CfnSuiteDefinition.DeviceUnderTestProperty

Inheritance
System.Object
CfnSuiteDefinition.DeviceUnderTestProperty
Implements
CfnSuiteDefinition.IDeviceUnderTestProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-deviceundertest.html

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

CfnSuiteDefinition.DeviceUnderTestProperty.CertificateArn.

ThingArn

CfnSuiteDefinition.DeviceUnderTestProperty.ThingArn.

Constructors

DeviceUnderTestProperty()

public DeviceUnderTestProperty()

Properties

CertificateArn

CfnSuiteDefinition.DeviceUnderTestProperty.CertificateArn.

public string CertificateArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-deviceundertest.html#cfn-iotcoredeviceadvisor-suitedefinition-deviceundertest-certificatearn

ThingArn

CfnSuiteDefinition.DeviceUnderTestProperty.ThingArn.

public string ThingArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-deviceundertest.html#cfn-iotcoredeviceadvisor-suitedefinition-deviceundertest-thingarn

Implements

CfnSuiteDefinition.IDeviceUnderTestProperty
Back to top Generated by DocFX