Class CfnComponentType.CompositeComponentTypeProperty
Specifies the ID of the composite component type.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoTTwinMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnComponentType.CompositeComponentTypeProperty : CfnComponentType.ICompositeComponentTypeProperty
Syntax (vb)
Public Class CfnComponentType.CompositeComponentTypeProperty 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
CompositeComponentTypeProperty() | Specifies the ID of the composite component type. |
Properties
ComponentTypeId | The ID of the component type. |
Constructors
CompositeComponentTypeProperty()
Specifies the ID of the composite component type.
public CompositeComponentTypeProperty()
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"
};
Properties
ComponentTypeId
The ID of the component type.
public string? ComponentTypeId { get; set; }