Interface CfnTopicRule.UserPropertyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTopicRule.UserPropertyProperty.Jsii$Proxy
Enclosing class:
CfnTopicRule

@Stability(Stable) public static interface CfnTopicRule.UserPropertyProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iot.*;
 UserPropertyProperty userPropertyProperty = UserPropertyProperty.builder()
         .key("key")
         .value("value")
         .build();