interface ThingGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.ThingGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#ThingGroupReference |
![]() | software.amazon.awscdk.services.iot.ThingGroupReference |
![]() | aws_cdk.aws_iot.ThingGroupReference |
![]() | aws-cdk-lib » aws_iot » ThingGroupReference |
A reference to a ThingGroup 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 thingGroupReference: iot.ThingGroupReference = {
thingGroupArn: 'thingGroupArn',
thingGroupName: 'thingGroupName',
};
Properties
Name | Type | Description |
---|---|---|
thing | string | The ARN of the ThingGroup resource. |
thing | string | The ThingGroupName of the ThingGroup resource. |
thingGroupArn
Type:
string
The ARN of the ThingGroup resource.
thingGroupName
Type:
string
The ThingGroupName of the ThingGroup resource.