interface UserPropertyProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnTopicRule.UserPropertyProperty |
Java | software.amazon.awscdk.services.iot.CfnTopicRule.UserPropertyProperty |
Python | aws_cdk.aws_iot.CfnTopicRule.UserPropertyProperty |
TypeScript | @aws-cdk/aws-iot » CfnTopicRule » UserPropertyProperty |
A key-value pair that you define in the header.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot from '@aws-cdk/aws-iot';
const userPropertyProperty: iot.CfnTopicRule.UserPropertyProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | A key to be specified in UserProperty . |
value | string | A value to be specified in UserProperty . |
key
Type:
string
A key to be specified in UserProperty
.
value
Type:
string
A value to be specified in UserProperty
.