---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_keyspaces_table{% #aws_keyspaces_table %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `capacity_specification`{% #capacity_specification %}

**Type**: `STRUCT`**Provider name**: `capacitySpecification`**Description**: The read/write throughput capacity mode for a table. The options are:

- `throughputMode:PAY_PER_REQUEST`
- `throughputMode:PROVISIONED`



- `last_update_to_pay_per_request_timestamp`**Type**: `TIMESTAMP`**Provider name**: `lastUpdateToPayPerRequestTimestamp`**Description**: The timestamp of the last operation that changed the provisioned throughput capacity of a table.
- `read_capacity_units`**Type**: `INT64`**Provider name**: `readCapacityUnits`**Description**: The throughput capacity specified for `read` operations defined in `read capacity units` `(RCUs)`.
- `throughput_mode`**Type**: `STRING`**Provider name**: `throughputMode`**Description**: The read/write throughput capacity mode for a table. The options are:
  - `throughputMode:PAY_PER_REQUEST` and
  - `throughputMode:PROVISIONED` - Provisioned capacity mode requires `readCapacityUnits` and `writeCapacityUnits` as input.
The default is `throughput_mode:PAY_PER_REQUEST`. For more information, see [Read/write capacity modes](https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html) in the Amazon Keyspaces Developer Guide.
- `write_capacity_units`**Type**: `INT64`**Provider name**: `writeCapacityUnits`**Description**: The throughput capacity specified for `write` operations defined in `write capacity units` `(WCUs)`.

## `client_side_timestamps`{% #client_side_timestamps %}

**Type**: `STRUCT`**Provider name**: `clientSideTimestamps`**Description**: The client-side timestamps setting of the table.

- `status`**Type**: `STRING`**Provider name**: `status`**Description**: Shows how to enable client-side timestamps settings for the specified table.

## `comment`{% #comment %}

**Type**: `STRUCT`**Provider name**: `comment`**Description**: The the description of the specified table.

- `message`**Type**: `STRING`**Provider name**: `message`**Description**: An optional description of the table.

## `creation_timestamp`{% #creation_timestamp %}

**Type**: `TIMESTAMP`**Provider name**: `creationTimestamp`**Description**: The creation timestamp of the specified table.

## `default_time_to_live`{% #default_time_to_live %}

**Type**: `INT32`**Provider name**: `defaultTimeToLive`**Description**: The default Time to Live settings in seconds of the specified table.

## `encryption_specification`{% #encryption_specification %}

**Type**: `STRUCT`**Provider name**: `encryptionSpecification`**Description**: The encryption settings of the specified table.

- `kms_key_identifier`**Type**: `STRING`**Provider name**: `kmsKeyIdentifier`**Description**: The Amazon Resource Name (ARN) of the customer managed KMS key, for example `kms_key_identifier:ARN`.
- `type`**Type**: `STRING`**Provider name**: `type`**Description**: The encryption option specified for the table. You can choose one of the following KMS keys (KMS keys):
  - `type:AWS_OWNED_KMS_KEY` - This key is owned by Amazon Keyspaces.
  - `type:CUSTOMER_MANAGED_KMS_KEY` - This key is stored in your account and is created, owned, and managed by you. This option requires the `kms_key_identifier` of the KMS key in Amazon Resource Name (ARN) format as input.
The default is `type:AWS_OWNED_KMS_KEY`. For more information, see [Encryption at rest](https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html) in the Amazon Keyspaces Developer Guide.

## `keyspace_name`{% #keyspace_name %}

**Type**: `STRING`**Provider name**: `keyspaceName`**Description**: The name of the keyspace that the specified table is stored in.

## `point_in_time_recovery`{% #point_in_time_recovery %}

**Type**: `STRUCT`**Provider name**: `pointInTimeRecovery`**Description**: The point-in-time recovery status of the specified table.

- `earliest_restorable_timestamp`**Type**: `TIMESTAMP`**Provider name**: `earliestRestorableTimestamp`**Description**: Specifies the earliest possible restore point of the table in ISO 8601 format.
- `status`**Type**: `STRING`**Provider name**: `status`**Description**: Shows if point-in-time recovery is enabled or disabled for the specified table.

## `replica_specifications`{% #replica_specifications %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `replicaSpecifications`**Description**: Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.

- `capacity_specification`**Type**: `STRUCT`**Provider name**: `capacitySpecification`
  - `last_update_to_pay_per_request_timestamp`**Type**: `TIMESTAMP`**Provider name**: `lastUpdateToPayPerRequestTimestamp`**Description**: The timestamp of the last operation that changed the provisioned throughput capacity of a table.
  - `read_capacity_units`**Type**: `INT64`**Provider name**: `readCapacityUnits`**Description**: The throughput capacity specified for `read` operations defined in `read capacity units` `(RCUs)`.
  - `throughput_mode`**Type**: `STRING`**Provider name**: `throughputMode`**Description**: The read/write throughput capacity mode for a table. The options are:
    - `throughputMode:PAY_PER_REQUEST` and
    - `throughputMode:PROVISIONED` - Provisioned capacity mode requires `readCapacityUnits` and `writeCapacityUnits` as input.
The default is `throughput_mode:PAY_PER_REQUEST`. For more information, see [Read/write capacity modes](https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html) in the Amazon Keyspaces Developer Guide.
  - `write_capacity_units`**Type**: `INT64`**Provider name**: `writeCapacityUnits`**Description**: The throughput capacity specified for `write` operations defined in `write capacity units` `(WCUs)`.
- `region`**Type**: `STRING`**Provider name**: `region`**Description**: The Amazon Web Services Region.
- `status`**Type**: `STRING`**Provider name**: `status`**Description**: The status of the multi-Region table in the specified Amazon Web Services Region.

## `resource_arn`{% #resource_arn %}

**Type**: `STRING`**Provider name**: `resourceArn`**Description**: The Amazon Resource Name (ARN) of the specified table.

## `schema_definition`{% #schema_definition %}

**Type**: `STRUCT`**Provider name**: `schemaDefinition`**Description**: The schema definition of the specified table.

- `all_columns`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `allColumns`**Description**: The regular columns of the table.
  - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of the column.
  - `type`**Type**: `STRING`**Provider name**: `type`**Description**: The data type of the column. For a list of available data types, see [Data types](https://docs.aws.amazon.com/keyspaces/latest/devguide/cql.elements.html#cql.data-types) in the Amazon Keyspaces Developer Guide.
- `clustering_keys`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `clusteringKeys`**Description**: The columns that are part of the clustering key of the table.
  - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name(s) of the clustering column(s).
  - `order_by`**Type**: `STRING`**Provider name**: `orderBy`**Description**: Sets the ascendant (`ASC`) or descendant (`DESC`) order modifier.
- `partition_keys`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `partitionKeys`**Description**: The columns that are part of the partition key of the table .
  - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name(s) of the partition key column(s).
- `static_columns`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `staticColumns`**Description**: The columns that have been defined as `STATIC`. Static columns store values that are shared by all rows in the same partition.
  - `name`**Type**: `STRING`**Provider name**: `name`**Description**: The name of the static column.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: The current status of the specified table.

## `table_name`{% #table_name %}

**Type**: `STRING`**Provider name**: `tableName`**Description**: The name of the specified table.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `ttl`{% #ttl %}

**Type**: `STRUCT`**Provider name**: `ttl`**Description**: The custom Time to Live settings of the specified table.

- `status`**Type**: `STRING`**Provider name**: `status`**Description**: Shows how to enable custom Time to Live (TTL) settings for the specified table.
