aws-cdk-lib.aws_iot.CfnThingGroup.ThingGroupPropertiesProperty

interface ThingGroupPropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnThingGroup.ThingGroupPropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnThingGroup_ThingGroupPropertiesProperty
Javasoftware.amazon.awscdk.services.iot.CfnThingGroup.ThingGroupPropertiesProperty
Pythonaws_cdk.aws_iot.CfnThingGroup.ThingGroupPropertiesProperty
TypeScript aws-cdk-lib » aws_iot » CfnThingGroup » ThingGroupPropertiesProperty

Thing group properties.

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 thingGroupPropertiesProperty: iot.CfnThingGroup.ThingGroupPropertiesProperty = {
  attributePayload: {
    attributes: {
      attributesKey: 'attributes',
    },
  },
  thingGroupDescription: 'thingGroupDescription',
};

Properties

NameTypeDescription
attributePayload?IResolvable | AttributePayloadPropertyThe thing group attributes in JSON format.
thingGroupDescription?stringThe thing group description.

attributePayload?

Type: IResolvable | AttributePayloadProperty (optional)

The thing group attributes in JSON format.


thingGroupDescription?

Type: string (optional)

The thing group description.