interface ComponentTypeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTTwinMaker.ComponentTypeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#ComponentTypeReference |
![]() | software.amazon.awscdk.services.iottwinmaker.ComponentTypeReference |
![]() | aws_cdk.aws_iottwinmaker.ComponentTypeReference |
![]() | aws-cdk-lib » aws_iottwinmaker » ComponentTypeReference |
A reference to a ComponentType resource.
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 componentTypeReference: iottwinmaker.ComponentTypeReference = {
componentTypeArn: 'componentTypeArn',
componentTypeId: 'componentTypeId',
workspaceId: 'workspaceId',
};
Properties
Name | Type | Description |
---|---|---|
component | string | The ARN of the ComponentType resource. |
component | string | The ComponentTypeId of the ComponentType resource. |
workspace | string | The WorkspaceId of the ComponentType resource. |
componentTypeArn
Type:
string
The ARN of the ComponentType resource.
componentTypeId
Type:
string
The ComponentTypeId of the ComponentType resource.
workspaceId
Type:
string
The WorkspaceId of the ComponentType resource.