interface CompositeComponentTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTTwinMaker.CfnComponentTypePropsMixin.CompositeComponentTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiottwinmaker#CfnComponentTypePropsMixin_CompositeComponentTypeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker.CfnComponentTypePropsMixin.CompositeComponentTypeProperty |
Python | aws_cdk.cfn_property_mixins.aws_iottwinmaker.CfnComponentTypePropsMixin.CompositeComponentTypeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iottwinmaker » CfnComponentTypePropsMixin » 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/cfn-property-mixins';
const compositeComponentTypeProperty: iottwinmaker.CfnComponentTypePropsMixin.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