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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTopicRule.UserPropertyProperty
static final class
An 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
-