aws-cdk-lib.aws_iot.CfnTopicRule.UserPropertyProperty

interface UserPropertyProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnTopicRule.UserPropertyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnTopicRule_UserPropertyProperty
Javasoftware.amazon.awscdk.services.iot.CfnTopicRule.UserPropertyProperty
Pythonaws_cdk.aws_iot.CfnTopicRule.UserPropertyProperty
TypeScript aws-cdk-lib » 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 { aws_iot as iot } from 'aws-cdk-lib';
const userPropertyProperty: iot.CfnTopicRule.UserPropertyProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringA key to be specified in UserProperty .
valuestringA 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 .