interface CompositeComponentTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTTwinMaker.Mixins.CfnComponentTypePropsMixin.CompositeComponentTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiottwinmaker/mixins#CfnComponentTypePropsMixin_CompositeComponentTypeProperty |
Java | software.amazon.awscdk.mixins.preview.services.iottwinmaker.mixins.CfnComponentTypePropsMixin.CompositeComponentTypeProperty |
Python | aws_cdk.mixins_preview.aws_iottwinmaker.mixins.CfnComponentTypePropsMixin.CompositeComponentTypeProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iottwinmaker » mixins » 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 { mixins as iottwinmaker_mixins } from '@aws-cdk/mixins-preview/aws-iottwinmaker';
const compositeComponentTypeProperty: iottwinmaker_mixins.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