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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicRule.UserPropertyPropertystatic final classAn implementation forCfnTopicRule.UserPropertyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
A key to be specified inUserProperty.- See Also:
-
getValue
A value to be specified inUserProperty.- See Also:
-
builder
-