diff --git a/rules/S5332/cloudformation/rule.adoc b/rules/S5332/cloudformation/rule.adoc index ec1be531c7..3b73d021d7 100644 --- a/rules/S5332/cloudformation/rule.adoc +++ b/rules/S5332/cloudformation/rule.adoc @@ -14,8 +14,8 @@ Resources: KinesisStream: # Sensitive Type: AWS::Kinesis::Stream Properties: -# StreamEncryption: -# EncryptionType: KMS + ShardCount: 1 + # No StreamEncryption ---- For https://aws.amazon.com/elasticache/[Amazon ElastiCache]: @@ -102,6 +102,7 @@ Resources: KinesisStream: Type: AWS::Kinesis::Stream Properties: + ShardCount: 1 StreamEncryption: EncryptionType: KMS ----