Skip to content

Commit

Permalink
Add update and delete policies.
Browse files Browse the repository at this point in the history
Fixes a warning flagged by AWS Rules that stateful resources
need an explicit update and delete policy.
  • Loading branch information
mbalfour-amzn committed May 31, 2024
1 parent f82b94e commit 0ecdbaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extra/cloudformation/default-unauth-resources-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ Resources:
AmazonLocationDemoKinesisStream:
Condition: EnablePinTranslate
Type: AWS::Kinesis::Stream
DeletionPolicy: RetainExceptOnCreate
UpdateReplacePolicy: Retain
Properties:
Name: location.aws.com.demo.app
RetentionPeriodHours: 24
Expand Down

0 comments on commit 0ecdbaf

Please sign in to comment.