Interface CfnTopicRulePropsMixin.UserPropertyProperty

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

@Stability(Stable) public static interface CfnTopicRulePropsMixin.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.cfnpropertymixins.services.iot.*;
 UserPropertyProperty userPropertyProperty = UserPropertyProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: