AWS::DynamoDB::Operation
Inherits Enum < Comparable < Value < Object
Represents the supported AWS DynamoDB operations (note: this is not exhaustive).
Constants
GetItem = 0
PutItem = 1
DeleteItem = 2
Query = 3
Inherits Enum < Comparable < Value < Object
Represents the supported AWS DynamoDB operations (note: this is not exhaustive).