| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default StreamViewType |
TableOptions.getStream()
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.
|
StreamViewType |
TableOptions.Jsii$Proxy.getStream() |
StreamViewType |
TableProps.Jsii$Proxy.getStream() |
static StreamViewType |
StreamViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamViewType[] |
StreamViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TableOptions.Builder |
TableOptions.Builder.stream(StreamViewType stream)
Sets the value of
TableOptions.getStream() |
TableProps.Builder |
TableProps.Builder.stream(StreamViewType stream)
Sets the value of
TableOptions.getStream() |
Table.Builder |
Table.Builder.stream(StreamViewType stream)
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.
|
Copyright © 2022. All rights reserved.