@Stability(value=Stable)
public static interface CfnTopicRule.PutItemInputProperty
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.*;
PutItemInputProperty putItemInputProperty = PutItemInputProperty.builder()
.tableName("tableName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.PutItemInputProperty.Builder
A builder for
CfnTopicRule.PutItemInputProperty |
static class |
CfnTopicRule.PutItemInputProperty.Jsii$Proxy
An implementation for
CfnTopicRule.PutItemInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.PutItemInputProperty.Builder |
builder() |
String |
getTableName()
The table where the message data will be written.
|
@Stability(value=Stable) @NotNull String getTableName()
@Stability(value=Stable) static CfnTopicRule.PutItemInputProperty.Builder builder()
Copyright © 2022. All rights reserved.