@Stability(value=Stable)
public static interface CfnTopicRule.UserPropertyProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.UserPropertyProperty.Builder
A builder for
CfnTopicRule.UserPropertyProperty |
static class |
CfnTopicRule.UserPropertyProperty.Jsii$Proxy
An implementation for
CfnTopicRule.UserPropertyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.UserPropertyProperty.Builder |
builder() |
String |
getKey()
A key to be specified in `UserProperty` .
|
String |
getValue()
A value to be specified in `UserProperty` .
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnTopicRule.UserPropertyProperty.Builder builder()
Copyright © 2023. All rights reserved.