Skip to content

Commit 77bc5c7

Browse files
AllowedPattern for bucketID
1 parent 2a4b3a0 commit 77bc5c7

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
@@ -80,7 +80,7 @@ Parameters:
8080
BucketAccountId:
8181
Type: String
8282
Description: The AWS Account ID that owns the S3 bucket, if different from the current account.
83-
Default: ""
83+
AllowedPattern: '^[0-9]{12}$'
8484
TopicAccountId:
8585
Type: String
8686
Description: The AWS Account ID that owns the SNS topic.

0 commit comments

Comments
 (0)