aws-cdk-lib.aws_iot.CfnThingGroup.AttributePayloadProperty

interface AttributePayloadProperty

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

The attribute payload.

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 attributePayloadProperty: iot.CfnThingGroup.AttributePayloadProperty = {
  attributes: {
    attributesKey: 'attributes',
  },
};

Properties

NameTypeDescription
attributes?IResolvable | { [string]: string }A JSON string containing up to three key-value pair in JSON format. For example:.

attributes?

Type: IResolvable | { [string]: string } (optional)

A JSON string containing up to three key-value pair in JSON format. For example:.

{\"attributes\":{\"string1\":\"string2\"}}