GlobalTableStreamSpecificationArgs

data class GlobalTableStreamSpecificationArgs(val streamViewType: Output<String>) : ConvertibleToJava<GlobalTableStreamSpecificationArgs>

Constructors

Link copied to clipboard
constructor(streamViewType: Output<String>)

Properties

Link copied to clipboard
val streamViewType: Output<String>

When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

Functions

Link copied to clipboard
open override fun toJava(): GlobalTableStreamSpecificationArgs