interface IThingRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.IThingRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#IThingRef |
Java | software.amazon.awscdk.services.iot.IThingRef |
Python | aws_cdk.aws_iot.IThingRef |
TypeScript | aws-cdk-lib » aws_iot » IThingRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Thing.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| thing | Thing | A reference to a Thing resource. |
node
Type:
Node
The tree node.
thingRef
Type:
Thing
A reference to a Thing resource.

.NET
Go
Java
Python
TypeScript