Skip to content

Commit 82f8b40

Browse files
committed
fix sonar check, add kms to kinesis
1 parent acdce9a commit 82f8b40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/BatchProcessing/template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ Resources:
152152
Type: AWS::Kinesis::Stream
153153
Properties:
154154
ShardCount: 1
155+
StreamEncryption:
156+
EncryptionType: KMS
157+
KeyId: !Ref CustomerKey
155158

156159
StreamConsumer:
157160
Type: "AWS::Kinesis::StreamConsumer"

0 commit comments

Comments
 (0)