interface CompositeComponentTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTTwinMaker.CfnComponentType.CompositeComponentTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#CfnComponentType_CompositeComponentTypeProperty |
Java | software.amazon.awscdk.services.iottwinmaker.CfnComponentType.CompositeComponentTypeProperty |
Python | aws_cdk.aws_iottwinmaker.CfnComponentType.CompositeComponentTypeProperty |
TypeScript | aws-cdk-lib » aws_iottwinmaker » CfnComponentType » CompositeComponentTypeProperty |
Specifies the ID of the composite component type.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iottwinmaker as iottwinmaker } from 'aws-cdk-lib';
const compositeComponentTypeProperty: iottwinmaker.CfnComponentType.CompositeComponentTypeProperty = {
componentTypeId: 'componentTypeId',
};
Properties
| Name | Type | Description |
|---|---|---|
| component | string | The ID of the component type. |
componentTypeId?
Type:
string
(optional)
The ID of the component type.

.NET
Go
Java
Python
TypeScript