@@ -28,7 +28,7 @@ Parameters:
2828 Type : String
2929 Default : " "
3030
31- EnabledSupplierProductIDsValue :
31+ EnabledSupplierApplicationIDsValue :
3232 Type : String
3333 Default : " "
3434
@@ -73,13 +73,13 @@ Resources:
7373 Type : String
7474 Value : !Ref EnabledSystemsValue
7575
76- EnabledSupplierProductIDsParameter :
76+ EnabledSupplierApplicationIDsParameter :
7777 Type : AWS::SSM::Parameter
7878 Properties :
79- Name : !Sub ${StackName}-PSUNotifyEnabledSupplierProductIDs
79+ Name : !Sub ${StackName}-PSUNotifyEnabledSupplierApplicationIDs
8080 Description : " List of supplier product IDs for which notifications are enabled"
8181 Type : String
82- Value : !Ref EnabledSupplierProductIDsValue
82+ Value : !Ref EnabledSupplierApplicationIDsValue
8383
8484 BlockedSiteODSCodesParameter :
8585 Type : AWS::SSM::Parameter
@@ -167,7 +167,7 @@ Resources:
167167 Resource :
168168 - !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${StackName}-PSUNotifyEnabledSiteODSCodes
169169 - !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${StackName}-PSUNotifyEnabledSystems
170- - !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${StackName}-PSUNotifyEnabledSupplierProductIDs
170+ - !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${StackName}-PSUNotifyEnabledSupplierApplicationIDs
171171 - !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${StackName}-PSUNotifyBlockedSiteODSCodes
172172 - !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${StackName}-PSUNotifyRoutingPlanID
173173 - !Sub arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${StackName}-PSUNotifyApiBaseUrl
@@ -192,11 +192,11 @@ Outputs:
192192 Export :
193193 Name : !Sub ${StackName}-PSUNotifyEnabledSystemsParam
194194
195- EnabledSupplierProductIDsParameterName :
195+ EnabledSupplierApplicationIDsParameterName :
196196 Description : " Name of the SSM parameter holding enabled supplier product IDs"
197- Value : !Ref EnabledSupplierProductIDsParameter
197+ Value : !Ref EnabledSupplierApplicationIDsParameter
198198 Export :
199- Name : !Sub ${StackName}-PSUNotifyEnabledSupplierProductIDsParam
199+ Name : !Sub ${StackName}-PSUNotifyEnabledSupplierApplicationIDsParam
200200
201201 BlockedSiteODSCodesParameterName :
202202 Description : " Name of the SSM parameter holding blocked site ODS codes"
0 commit comments