Class CfnComponentType.CompositeComponentTypeProperty
Specifies the ID of the composite component type.
Inheritance
Namespace: Amazon.CDK.AWS.IoTTwinMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CompositeComponentTypeProperty : Object, CfnComponentType.ICompositeComponentTypeProperty
Syntax (vb)
Public Class CompositeComponentTypeProperty
Inherits Object
Implements CfnComponentType.ICompositeComponentTypeProperty
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.IoTTwinMaker;
var compositeComponentTypeProperty = new CompositeComponentTypeProperty {
ComponentTypeId = "componentTypeId"
};
Synopsis
Constructors
Composite |
Properties
Component |
The ID of the component type. |
Constructors
CompositeComponentTypeProperty()
public CompositeComponentTypeProperty()
Properties
ComponentTypeId
The ID of the component type.
public string ComponentTypeId { get; set; }
Property Value
System.