Skip to content

Commit

Permalink
Add us5 site (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
agocs committed Oct 25, 2021
1 parent 6ad3c5c commit bff11a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/logs_monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ The Datadog Forwarder is signed by Datadog. If you would like to verify the inte
: The ARN of the secret storing the Datadog API key, if you already have it stored in Secrets Manager. You must store the secret as a plaintext, rather than a key-value pair.
`DdSite`
: The Datadog site that your metrics and logs will be sent to. Possible values are `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com` and `ddog-gov.com`.
: The Datadog site that your metrics and logs will be sent to. Possible values are `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com`, `us5.datadoghq.com`, and `ddog-gov.com`.
### Lambda function (optional)
Expand Down
2 changes: 1 addition & 1 deletion aws/logs_monitoring/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Parameters:
DdSite:
Type: String
Default: datadoghq.com
Description: Define your Datadog Site to send data to. Possible values are `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com` and `ddog-gov.com`.
Description: Define your Datadog Site to send data to. Possible values are `datadoghq.com`, `datadoghq.eu`, `us3.datadoghq.com`, `us5.datadoghq.com` and `ddog-gov.com`.
AllowedPattern: .+
ConstraintDescription: DdSite is required
FunctionName:
Expand Down

0 comments on commit bff11a7

Please sign in to comment.