interface ThingPrincipalAttachmentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoT.ThingPrincipalAttachmentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiot#ThingPrincipalAttachmentReference |
Java | software.amazon.awscdk.interfaces.iot.ThingPrincipalAttachmentReference |
Python | aws_cdk.interfaces.aws_iot.ThingPrincipalAttachmentReference |
TypeScript | aws-cdk-lib » interfaces » aws_iot » ThingPrincipalAttachmentReference |
A reference to a ThingPrincipalAttachment 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 interfaces_aws_iot } from 'aws-cdk-lib/interfaces';
const thingPrincipalAttachmentReference: interfaces_aws_iot.ThingPrincipalAttachmentReference = {
thingPrincipalAttachmentId: 'thingPrincipalAttachmentId',
};
Properties
| Name | Type | Description |
|---|---|---|
| thing | string | The Id of the ThingPrincipalAttachment resource. |
thingPrincipalAttachmentId
Type:
string
The Id of the ThingPrincipalAttachment resource.

.NET
Go
Java
Python
TypeScript