Show / Hide Table of Contents

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.

See: 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.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

string

Remarks

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

ThingArn

Lists device's thing ARN.

string? ThingArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX