interface AttributePayloadProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnThingGroup.AttributePayloadProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnThingGroup_AttributePayloadProperty |
![]() | software.amazon.awscdk.services.iot.CfnThingGroup.AttributePayloadProperty |
![]() | aws_cdk.aws_iot.CfnThingGroup.AttributePayloadProperty |
![]() | 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
Name | Type | Description |
---|---|---|
attributes? | { [string]: string } | IResolvable | A JSON string containing up to three key-value pair in JSON format. For example:. |
attributes?
Type:
{ [string]: string } |
IResolvable
(optional)
A JSON string containing up to three key-value pair in JSON format. For example:.
{\"attributes\":{\"string1\":\"string2\"}}