Modify rule S5332: Make absence of property clearer for CloudFormation (#579)
This commit is contained in:
parent
6905b13f9d
commit
3d54ce32f3
@ -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
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user