From d00485b92ce94c4d2a0c9a74edd3de4c09015d0f Mon Sep 17 00:00:00 2001 From: Tian Chu Date: Wed, 26 Feb 2020 15:30:33 -0500 Subject: [PATCH] Make DdSite a text field instead of dropdown --- aws/logs_monitoring/template.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/aws/logs_monitoring/template.yaml b/aws/logs_monitoring/template.yaml index c7137ed9f..3cc568efc 100644 --- a/aws/logs_monitoring/template.yaml +++ b/aws/logs_monitoring/template.yaml @@ -14,10 +14,7 @@ Parameters: DdSite: Type: String Default: datadoghq.com - AllowedValues: - - datadoghq.com - - datadoghq.eu - Description: Define your Datadog Site to send data to -- select datadoghq.com for the Datadog US site or datadoghq.eu for the Datadog EU site. + Description: Define your Datadog Site to send data to. For the Datadog EU site, set to datadoghq.eu FunctionName: Type: String Default: DatadogForwarder