KeyspacesCellMapDefinition - Amazon Keyspaces
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

KeyspacesCellMapDefinition

Represents a key-value pair within a map data type in Amazon Keyspaces, including the associated metadata.

Contents

key

The key of this map entry in the Amazon Keyspaces cell.

Type: KeyspacesCellValue object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

metadata

Metadata for this specific key-value pair within the map, such as timestamps and TTL information.

Type: KeyspacesMetadata object

Required: No

value

The value associated with the key in this map entry.

Type: KeyspacesCellValue object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: