Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Revert "Change parameter values from Yes/No to true/false to match va…
Browse files Browse the repository at this point in the history
…lues in media insights engine (#78)"

This reverts commit c685206.
  • Loading branch information
eggoynes authored Jan 11, 2023
1 parent c685206 commit 25d9b22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deployment/aws-content-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Parameters:
- "r4.xlarge.search"

Conditions:
EnableAnonymousData: !Equals [ !FindInMap [AnonymousData,SendAnonymousData,Data], true]
EnableAnonymousData: !Equals [ !FindInMap [AnonymousData,SendAnonymousData,Data], Yes]

Mappings:
MediaInsightsEngine:
Expand All @@ -34,7 +34,7 @@ Mappings:
Version: "%%VERSION%%"
AnonymousData:
SendAnonymousData:
Data: true
Data: Yes

Resources:
# Deploy MIE Framework
Expand All @@ -51,10 +51,10 @@ Resources:
- Version
- "/media-insights-stack.template"
Parameters:
DeployAnalyticsPipeline: true
DeployTestResources: false
DeployAnalyticsPipeline: Yes
DeployTestResources: No
MaxConcurrentWorkflows: 5
EnableXrayTrace: true
EnableXrayTrace: Yes
SendAnonymousData: !FindInMap [AnonymousData,SendAnonymousData,Data]
SolutionId: SO0042
SolutionVersion: "%%VERSION%%"
Expand Down

0 comments on commit 25d9b22

Please sign in to comment.