Skip to content

Commit 3c8dd7c

Browse files
authored
Revert "Remove DdApiKeySecretArn AllowedPattern constraints to allow frie…" (#959)
This reverts commit cb604e9.
1 parent 1bc3324 commit 3c8dd7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aws/logs_monitoring/template.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Parameters:
1313
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 is ignored.
1414
DdApiKeySecretArn:
1515
Type: String
16-
Description: The full ARN or name (if local) 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.
16+
AllowedPattern: "arn:.*:secretsmanager:.*"
17+
Default: "arn:aws:secretsmanager:DEFAULT"
18+
Description: 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.
1719
DdApiKeySsmParameterName:
1820
Type: String
1921
Default: "/my/parameter/path"

0 commit comments

Comments
 (0)