This product is not supported for your selected Datadog site. ().

aws_dynamodb_global_table

account_id

Type: STRING

creation_date_time

Type: TIMESTAMP
Provider name: CreationDateTime
Description: The creation time of the global table.

global_table_arn

Type: STRING
Provider name: GlobalTableArn
Description: The unique identifier of the global table.

global_table_name

Type: STRING
Provider name: GlobalTableName
Description: The global table name.

global_table_status

Type: STRING
Provider name: GlobalTableStatus
Description: The current state of the global table:

  • CREATING - The global table is being created.
  • UPDATING - The global table is being updated.
  • DELETING - The global table is being deleted.
  • ACTIVE - The global table is ready for use.

replication_group

Type: UNORDERED_LIST_STRUCT
Provider name: ReplicationGroup
Description: The Regions where the global table has replicas.

  • global_secondary_indexes
    Type: UNORDERED_LIST_STRUCT
    Provider name: GlobalSecondaryIndexes
    Description: Replica-specific global secondary index settings.
    • index_name
      Type: STRING
      Provider name: IndexName
      Description: The name of the global secondary index.
    • on_demand_throughput_override
      Type: STRUCT
      Provider name: OnDemandThroughputOverride
      Description: Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
      • max_read_request_units
        Type: INT64
        Provider name: MaxReadRequestUnits
        Description: Maximum number of read request units for the specified replica table.
    • provisioned_throughput_override
      Type: STRUCT
      Provider name: ProvisionedThroughputOverride
      Description: If not described, uses the source table GSI’s read capacity settings.
      • read_capacity_units
        Type: INT64
        Provider name: ReadCapacityUnits
        Description: Replica-specific read capacity units. If not specified, uses the source table’s read capacity settings.
    • warm_throughput
      Type: STRUCT
      Provider name: WarmThroughput
      Description: Represents the warm throughput of the global secondary index for this replica.
      • read_units_per_second
        Type: INT64
        Provider name: ReadUnitsPerSecond
        Description: Represents warm throughput read units per second value for a global secondary index.
      • status
        Type: STRING
        Provider name: Status
        Description: Represents the warm throughput status being created or updated on a global secondary index. The status can only be UPDATING or ACTIVE.
      • write_units_per_second
        Type: INT64
        Provider name: WriteUnitsPerSecond
        Description: Represents warm throughput write units per second value for a global secondary index.
  • kms_master_key_id
    Type: STRING
    Provider name: KMSMasterKeyId
    Description: The KMS key of the replica that will be used for KMS encryption.
  • on_demand_throughput_override
    Type: STRUCT
    Provider name: OnDemandThroughputOverride
    Description: Overrides the maximum on-demand throughput settings for the specified replica table.
    • max_read_request_units
      Type: INT64
      Provider name: MaxReadRequestUnits
      Description: Maximum number of read request units for the specified replica table.
  • provisioned_throughput_override
    Type: STRUCT
    Provider name: ProvisionedThroughputOverride
    Description: Replica-specific provisioned throughput. If not described, uses the source table’s provisioned throughput settings.
    • read_capacity_units
      Type: INT64
      Provider name: ReadCapacityUnits
      Description: Replica-specific read capacity units. If not specified, uses the source table’s read capacity settings.
  • region_name
    Type: STRING
    Provider name: RegionName
    Description: The name of the Region.
  • replica_inaccessible_date_time
    Type: TIMESTAMP
    Provider name: ReplicaInaccessibleDateTime
    Description: The time at which the replica was first detected as inaccessible. To determine cause of inaccessibility check the ReplicaStatus property.
  • replica_status
    Type: STRING
    Provider name: ReplicaStatus
    Description: The current state of the replica:
    • CREATING - The replica is being created.
    • UPDATING - The replica is being updated.
    • DELETING - The replica is being deleted.
    • ACTIVE - The replica is ready for use.
    • REGION_DISABLED - The replica is inaccessible because the Amazon Web Services Region has been disabled. If the Amazon Web Services Region remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.
    • INACCESSIBLE_ENCRYPTION_CREDENTIALS - The KMS key used to encrypt the table is inaccessible. If the KMS key remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.
  • replica_status_description
    Type: STRING
    Provider name: ReplicaStatusDescription
    Description: Detailed information about the replica status.
  • replica_status_percent_progress
    Type: STRING
    Provider name: ReplicaStatusPercentProgress
    Description: Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.
  • replica_table_class_summary
    Type: STRUCT
    Provider name: ReplicaTableClassSummary
    • last_update_date_time
      Type: TIMESTAMP
      Provider name: LastUpdateDateTime
      Description: The date and time at which the table class was last updated.
    • table_class
      Type: STRING
      Provider name: TableClass
      Description: The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.
  • warm_throughput
    Type: STRUCT
    Provider name: WarmThroughput
    Description: Represents the warm throughput value for this replica.
    • read_units_per_second
      Type: INT64
      Provider name: ReadUnitsPerSecond
      Description: Represents the base table’s warm throughput value in read units per second.
    • status
      Type: STRING
      Provider name: Status
      Description: Represents warm throughput value of the base table.
    • write_units_per_second
      Type: INT64
      Provider name: WriteUnitsPerSecond
      Description: Represents the base table’s warm throughput value in write units per second.

tags

Type: UNORDERED_LIST_STRING

PREVIEWING: ida.adjivon/DOCS-11256