Module Values.AwsDynamoDbTableDetailsSource

Provides details about a DynamoDB table.

Sourcetype nonrec t = {
  1. attributeDefinitions : AwsDynamoDbTableAttributeDefinitionList.t option;
    (*

    A list of attribute definitions for the table.

    *)
  2. billingModeSummary : AwsDynamoDbTableBillingModeSummary.t option;
    (*

    Information about the billing for read/write capacity on the table.

    *)
  3. creationDateTime : NonEmptyString.t option;
    (*

    Indicates when the table was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

    *)
  4. globalSecondaryIndexes : AwsDynamoDbTableGlobalSecondaryIndexList.t option;
    (*

    List of global secondary indexes for the table.

    *)
  5. globalTableVersion : NonEmptyString.t option;
    (*

    The version of global tables being used.

    *)
  6. itemCount : Integer.t option;
    (*

    The number of items in the table.

    *)
  7. keySchema : AwsDynamoDbTableKeySchemaList.t option;
    (*

    The primary key structure for the table.

    *)
  8. latestStreamArn : NonEmptyString.t option;
    (*

    The ARN of the latest stream for the table.

    *)
  9. latestStreamLabel : NonEmptyString.t option;
    (*

    The label of the latest stream. The label is not a unique identifier.

    *)
  10. localSecondaryIndexes : AwsDynamoDbTableLocalSecondaryIndexList.t option;
    (*

    The list of local secondary indexes for the table.

    *)
  11. provisionedThroughput : AwsDynamoDbTableProvisionedThroughput.t option;
    (*

    Information about the provisioned throughput for the table.

    *)
  12. replicas : AwsDynamoDbTableReplicaList.t option;
    (*

    The list of replicas of this table.

    *)
  13. restoreSummary : AwsDynamoDbTableRestoreSummary.t option;
    (*

    Information about the restore for the table.

    *)
  14. sseDescription : AwsDynamoDbTableSseDescription.t option;
    (*

    Information about the server-side encryption for the table.

    *)
  15. streamSpecification : AwsDynamoDbTableStreamSpecification.t option;
    (*

    The current DynamoDB Streams configuration for the table.

    *)
  16. tableId : NonEmptyString.t option;
    (*

    The identifier of the table.

    *)
  17. tableName : NonEmptyString.t option;
    (*

    The name of the table.

    *)
  18. tableSizeBytes : SizeBytes.t option;
    (*

    The total size of the table in bytes.

    *)
  19. tableStatus : NonEmptyString.t option;
    (*

    The current status of the table. Valid values are as follows: ACTIVE ARCHIVED ARCHIVING CREATING DELETING INACCESSIBLE_ENCRYPTION_CREDENTIALS UPDATING

    *)
  20. deletionProtectionEnabled : Boolean.t option;
    (*

    Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.

    *)
}
Sourceval make : ?attributeDefinitions:??? -> ?billingModeSummary:??? -> ?creationDateTime:??? -> ?globalSecondaryIndexes:??? -> ?globalTableVersion:??? -> ?itemCount:??? -> ?keySchema:??? -> ?latestStreamArn:??? -> ?latestStreamLabel:??? -> ?localSecondaryIndexes:??? -> ?provisionedThroughput:??? -> ?replicas:??? -> ?restoreSummary:??? -> ?sseDescription:??? -> ?streamSpecification:??? -> ?tableId:??? -> ?tableName:??? -> ?tableSizeBytes:??? -> ?tableStatus:??? -> ?deletionProtectionEnabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `Integer of Integer.t ]) list ]) list ] list | `Long of SizeBytes.t | `String of NonEmptyString.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `String of NonEmptyString.t ] list | `String of NonEmptyString.t ]) list ]) list ] list | `Long of SizeBytes.t | `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of NonEmptyString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t