interface PropagatingAttributeProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnThingType.PropagatingAttributeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnThingType_PropagatingAttributeProperty |
Java | software.amazon.awscdk.services.iot.CfnThingType.PropagatingAttributeProperty |
Python | aws_cdk.aws_iot.CfnThingType.PropagatingAttributeProperty |
TypeScript | aws-cdk-lib » aws_iot » CfnThingType » PropagatingAttributeProperty |
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 propagatingAttributeProperty: iot.CfnThingType.PropagatingAttributeProperty = {
userPropertyKey: 'userPropertyKey',
// the properties below are optional
connectionAttribute: 'connectionAttribute',
thingAttribute: 'thingAttribute',
};
Properties
Name | Type | Description |
---|---|---|
user | string | |
connection | string | |
thing | string |
userPropertyKey
Type:
string
connectionAttribute?
Type:
string
(optional)
thingAttribute?
Type:
string
(optional)