You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws/logs_monitoring/template.yaml
+27-5Lines changed: 27 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Parameters:
13
13
Description: The Datadog API key, which can be found from the APIs page (/account/settings#api). It will be stored in AWS Secrets Manager securely. If DdApiKeySecretArn is also set, this value will not be used. This value must still be set, however.
14
14
DdApiKeySecretArn:
15
15
Type: String
16
-
AllowedPattern: "arn:aws:secretsmanager:.*"
16
+
AllowedPattern: "arn:.*:secretsmanager:.*"
17
17
Default: "arn:aws:secretsmanager:DEFAULT"
18
18
Description: The ARN of the secret storing the Datadog API key, if you already have it stored in Secrets Manager. You still need to set a dummy value for "DdApiKey" to satisfy the requirement, though that value won't be used.
19
19
DdSite:
@@ -161,6 +161,10 @@ Parameters:
161
161
Default: ""
162
162
Description: ARN for the Permissions Boundary Policy
0 commit comments