Show / Hide Table of Contents

Interface ISuiteDefinitionReference

A reference to a SuiteDefinition resource.

Namespace: Amazon.CDK.Interfaces.IoTCoreDeviceAdvisor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISuiteDefinitionReference
Syntax (vb)
Public Interface ISuiteDefinitionReference
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.Interfaces.IoTCoreDeviceAdvisor;

            var suiteDefinitionReference = new SuiteDefinitionReference {
                SuiteDefinitionArn = "suiteDefinitionArn",
                SuiteDefinitionId = "suiteDefinitionId"
            };

Synopsis

Properties

SuiteDefinitionArn

The ARN of the SuiteDefinition resource.

SuiteDefinitionId

The SuiteDefinitionId of the SuiteDefinition resource.

Properties

SuiteDefinitionArn

The ARN of the SuiteDefinition resource.

string SuiteDefinitionArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

SuiteDefinitionId

The SuiteDefinitionId of the SuiteDefinition resource.

string SuiteDefinitionId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX