Skip to content

Commit 21a67c3

Browse files
allowed pattern kms account id
1 parent f8db529 commit 21a67c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/log_ingestion.s3.cft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Parameters:
7575
KMSAccountId:
7676
Type: String
7777
Description: The AWS Account ID that owns the KMS key.
78-
Default: ""
78+
AllowedPattern: '^[0-9]{12}$'
7979
BucketAccountId:
8080
Type: String
8181
Description: The AWS Account ID that owns the S3 bucket, if different from the current account.

0 commit comments

Comments
 (0)