File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
unicorn_contracts/integration
unicorn_properties/integration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Resources:
54
54
RegistryName :
55
55
Fn::GetAtt : EventRegistry.RegistryName
56
56
SchemaName :
57
- Fn::Sub : " ${EventRegistry.RegistryName }@ContractStatusChanged"
57
+ Fn::Sub : " {{resolve:ssm:/uni-prop/UnicornContractsNamespace} }@ContractStatusChanged"
58
58
Description : ' The schema for a request to publish a property'
59
59
Content :
60
60
Fn::Sub : |
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Resources:
52
52
RegistryName :
53
53
Fn::GetAtt : EventRegistry.RegistryName
54
54
SchemaName :
55
- Fn::Sub : ' ${EventRegistry.RegistryName }@PublicationEvaluationCompleted'
55
+ Fn::Sub : ' {{resolve:ssm:/uni-prop/UnicornPropertiesNamespace} }@PublicationEvaluationCompleted'
56
56
Description : ' The schema for when a property evaluation is completed'
57
57
Content :
58
58
Fn::Sub : |
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Resources:
52
52
RegistryName :
53
53
Fn::GetAtt : EventRegistry.RegistryName
54
54
SchemaName :
55
- Fn::Sub : ' ${EventRegistry.RegistryName }@PublicationApprovalRequested'
55
+ Fn::Sub : ' {{resolve:ssm:/uni-prop/UnicornWebNamespace} }@PublicationApprovalRequested'
56
56
Description : ' The schema for a request to publish a property'
57
57
Content :
58
58
Fn::Sub : |
You can’t perform that action at this time.
0 commit comments