メインコンテンツまでスキップ

AWSDynamoDBTableStreamSpecification

No description

type AWSDynamoDBTableStreamSpecification {
enabled: Boolean!
viewType: AWSDynamoDBTableStreamViewType!
}

Fields

AWSDynamoDBTableStreamSpecification.enabled ● Boolean! non-null scalar

Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table

AWSDynamoDBTableStreamSpecification.viewType ● AWSDynamoDBTableStreamViewType! non-null enum

When an item in the table is modified, StreamViewType determines what information is written to the stream for this table

Member of

AWSDynamoDBTable object