interface ThingTypeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.ThingTypeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#ThingTypeReference |
![]() | software.amazon.awscdk.services.iot.ThingTypeReference |
![]() | aws_cdk.aws_iot.ThingTypeReference |
![]() | aws-cdk-lib » aws_iot » ThingTypeReference |
A reference to a ThingType resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const thingTypeReference: iot.ThingTypeReference = {
thingTypeArn: 'thingTypeArn',
thingTypeName: 'thingTypeName',
};
Properties
Name | Type | Description |
---|---|---|
thing | string | The ARN of the ThingType resource. |
thing | string | The ThingTypeName of the ThingType resource. |
thingTypeArn
Type:
string
The ARN of the ThingType resource.
thingTypeName
Type:
string
The ThingTypeName of the ThingType resource.