Uses of Enum
software.amazon.awscdk.services.dynamodb.StreamViewType
Packages that use StreamViewType
-
Uses of StreamViewType in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return StreamViewTypeModifier and TypeMethodDescriptiondefault StreamViewType
TablePropsV2.getDynamoStream()
When an item in the table is modified, StreamViewType determines what information is written to the stream.final StreamViewType
TablePropsV2.Jsii$Proxy.getDynamoStream()
default StreamViewType
TableOptions.getStream()
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.final StreamViewType
TableOptions.Jsii$Proxy.getStream()
final StreamViewType
TableProps.Jsii$Proxy.getStream()
static StreamViewType
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.Methods in software.amazon.awscdk.services.dynamodb with parameters of type StreamViewTypeModifier and TypeMethodDescriptionTablePropsV2.Builder.dynamoStream
(StreamViewType dynamoStream) Sets the value ofTablePropsV2.getDynamoStream()
TableV2.Builder.dynamoStream
(StreamViewType dynamoStream) When an item in the table is modified, StreamViewType determines what information is written to the stream.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.TableOptions.Builder.stream
(StreamViewType stream) Sets the value ofTableOptions.getStream()
TableProps.Builder.stream
(StreamViewType stream) Sets the value ofTableOptions.getStream()