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
Remarks
ExampleMetadata: fixture=_generated
SuiteDefinitionId
The SuiteDefinitionId of the SuiteDefinition resource.
string SuiteDefinitionId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated