Skip to content

Commit

Permalink
added clarification on SSE and kms_master_key_id (ansible-collectio…
Browse files Browse the repository at this point in the history
…ns#785)

added clarification on SSE and `kms_master_key_id`

SUMMARY

Added note about kms_master_key_id and how SSE is enabled automatically.

ISSUE TYPE


Docs Pull Request

COMPONENT NAME

sqs_queue

Reviewed-by: Mark Chappell <None>
Reviewed-by: James McClune <None>
  • Loading branch information
falcon78921 authored Nov 19, 2021
1 parent 58b7ad3 commit 3ad3262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/sqs_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
kms_master_key_id:
description:
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK.
- Specifying a valid I(kms_master_key_id) will enable encryption automatically.
type: str
kms_data_key_reuse_period_seconds:
description:
Expand Down

0 comments on commit 3ad3262

Please sign in to comment.