File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: MIT-0
3
- AWSTemplateFormatVersion : ' 2010-09-09'
3
+ AWSTemplateFormatVersion : " 2010-09-09"
4
4
Description : Event Schemas for use by the Properties Service
5
5
6
6
Parameters :
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: MIT-0
3
- AWSTemplateFormatVersion : ' 2010-09-09'
3
+ AWSTemplateFormatVersion : " 2010-09-09"
4
4
Description : >
5
5
Defines the event bus policies that determine who can create rules on the event bus to
6
6
subscribe to events published by Unicorn Properties Service.
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: MIT-0
3
- AWSTemplateFormatVersion : ' 2010-09-09'
3
+ AWSTemplateFormatVersion : " 2010-09-09"
4
4
Description : Defines the rule for the events (subscriptions) that Unicorn Properties wants to consume.
5
5
6
6
Parameters :
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: MIT-0
3
- AWSTemplateFormatVersion : 2010-09-09
3
+ AWSTemplateFormatVersion : " 2010-09-09"
4
4
Transform :
5
5
- AWS::LanguageExtensions
6
6
- AWS::Serverless-2016-10-31
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: MIT-0
3
- AWSTemplateFormatVersion : ' 2010-09-09'
3
+ AWSTemplateFormatVersion : " 2010-09-09"
4
4
Description : ' Event Schemas for use by the Web Service'
5
5
6
6
Parameters :
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: MIT-0
3
- AWSTemplateFormatVersion : ' 2010-09-09'
3
+ AWSTemplateFormatVersion : " 2010-09-09"
4
4
Description : >
5
5
Defines the event bus policies that determine who can create rules on the event bus to
6
6
subscribe to events published by Unicorn Web Service.
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: MIT-0
3
- AWSTemplateFormatVersion : ' 2010-09-09'
3
+ AWSTemplateFormatVersion : " 2010-09-09"
4
4
Description : Defines the rule for the events (subscriptions) that Unicorn Properties wants to consume.
5
5
6
6
Parameters :
@@ -59,4 +59,4 @@ Outputs:
59
59
PublicationEvaluationCompletedSubscription :
60
60
Description : Rule ARN for Property service event subscription
61
61
Value :
62
- Fn::GetAtt : PublicationEvaluationCompletedSubscriptionRule. Arn
62
+ Fn::GetAtt : [ PublicationEvaluationCompletedSubscriptionRule, Arn ]
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: MIT-0
3
- AWSTemplateFormatVersion : 2010-09-09
3
+ AWSTemplateFormatVersion : " 2010-09-09"
4
4
Transform :
5
5
- AWS::LanguageExtensions
6
6
- AWS::Serverless-2016-10-31
You can’t perform that action at this time.
0 commit comments