@@ -306,7 +306,7 @@ Resources:
306306 Roles :
307307 - !Ref InterventionsProcessorFunctionRole
308308
309- InterventionsProcessorFunctionPolicy :
309+ InterventionsProcessorFunctionManagedPolicy :
310310 Type : AWS::IAM::ManagedPolicy
311311 Properties :
312312 ManagedPolicyName : !Sub "${AWS::StackName}-InterventionsProcessorFunctionPolicy"
@@ -542,7 +542,7 @@ Resources:
542542 Roles :
543543 - !Ref TxmaEventHandlerFunctionRole
544544
545- TxmaEventHandlerFunctionPolicy :
545+ TxmaEventHandlerFunctionManagedPolicy :
546546 Type : AWS::IAM::ManagedPolicy
547547 Properties :
548548 ManagedPolicyName : !Sub "${AWS::StackName}-TxmaEventHandlerFunctionPolicy"
@@ -724,7 +724,7 @@ Resources:
724724 - " sqs:GetQueueAttributes"
725725 Resource : !GetAtt AccountDeletionEventQueue.Arn
726726
727- AccountDeletionProcessorFunctionPolicy :
727+ AccountDeletionProcessorFunctionManagedPolicy :
728728 Type : AWS::IAM::ManagedPolicy
729729 Properties :
730730 ManagedPolicyName : !Sub "${AWS::StackName}-AccountDeletionProcessorFunctionPolicy"
@@ -1363,7 +1363,7 @@ Resources:
13631363 - Key : Source
13641364 Value : !Ref SourceTagValue
13651365
1366- StatusRetrieverFunctionPolicy :
1366+ StatusRetrieverFunctionManagedPolicy :
13671367 Type : AWS::IAM::ManagedPolicy
13681368 Properties :
13691369 ManagedPolicyName : !Sub "${AWS::StackName}-StatusRetrieverFunctionPolicy"
@@ -1494,7 +1494,7 @@ Resources:
14941494 - Key : Source
14951495 Value : !Ref SourceTagValue
14961496
1497- InvokePrivateAPIGatewayFunctionPolicy :
1497+ InvokePrivateAPIGatewayFunctionManagedPolicy :
14981498 Condition : IsInternal
14991499 Type : AWS::IAM::ManagedPolicy
15001500 Properties :
0 commit comments