Modify rule S5332: Make absence of property clearer for CloudFormation (#579)

This commit is contained in:
Karim El Ouerghemmi 2021-11-10 10:38:31 +01:00 committed by GitHub
parent 6905b13f9d
commit 3d54ce32f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
----