File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ Resources:
150
150
project : !FindInMap [Constants, ProjectName, Value]
151
151
namespace : " {{resolve:ssm:/uni-prop/UnicornContractsNamespace}}"
152
152
153
+ # API GW Cloudwatch Log Group
153
154
UnicornContractsApiLogGroup :
154
155
Type : AWS::Logs::LogGroup
155
156
UpdateReplacePolicy : Delete
Original file line number Diff line number Diff line change @@ -470,6 +470,8 @@ Resources:
470
470
# CloudFormation Stack with the Cross-service EventBus Rules for Properties Service
471
471
SubscriptionsStack :
472
472
Type : AWS::Serverless::Application
473
+ UpdateReplacePolicy : Delete
474
+ DeletionPolicy : Delete
473
475
DependsOn :
474
476
- UnicornPropertiesEventBusArnParam
475
477
Properties :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Resources:
32
32
Arn :
33
33
Fn::Sub : " {{resolve:ssm:/uni-prop/${Stage}/UnicornWebEventBusArn}}"
34
34
RoleArn :
35
- Fn::GetAtt : UnicornPropertiesEventBusToUnicornWebEventBusRole. Arn
35
+ Fn::GetAtt : [ UnicornPropertiesEventBusToUnicornWebEventBusRole, Arn ]
36
36
37
37
# This IAM role allows EventBridge to assume the permissions necessary to send events
38
38
# from the publishing event bus, to the subscribing event bus (UnicornWebEventBusArn)
Original file line number Diff line number Diff line change @@ -444,9 +444,9 @@ Resources:
444
444
445
445
# CloudFormation Stack with the Cross-service EventBus Rules for Web Service
446
446
SubscriptionsStack :
447
+ Type : AWS::Serverless::Application
447
448
UpdateReplacePolicy : Delete
448
449
DeletionPolicy : Delete
449
- Type : AWS::Serverless::Application
450
450
DependsOn :
451
451
- UnicornWebEventBusArnParam
452
452
Properties :
You can’t perform that action at this time.
0 commit comments