Skip to content

Commit

Permalink
add missing element from output: archive_summary and sse_description
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Dec 19, 2023
1 parent efeed78 commit 811facb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions plugins/modules/dynamodb_table_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,29 @@
description: Indicates if a restore is in progress or not.
type: bool
returned: if any, on table
sse_description:
description: The description of the server-side encryption status on the specified table.
type: dict
returned: if any, on table
sample: {}
archival_summary:
description: Contains information about the table archive.
type: complex
returned: if any, on table
contains:
archival_date_time:
description: The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
type: str
returned: always
archival_reason:
description: The reason DynamoDB archived the table.
type: str
returned: always
sample: INACCESSIBLE_ENCRYPTION_CREDENTIALS
archival_backup_arn:
description: The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason.
type: str
returned: always
table_class:
description: The table class of the specified table.
type: str
Expand Down

0 comments on commit 811facb

Please sign in to comment.