Skip to content

Commit

Permalink
cid-cfn.yml: Add validation on CFN parameter S3 bucket path (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchicong authored Sep 21, 2023
1 parent 2a86378 commit aa9a4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Parameters:
Type: String
Description: The S3 path to the bucket created by the Cost Optimization Data Collection Lab. The path will need point to a folder containing /trusted-advisor and/or /compute-optimizer folders. You can leave the variable {account_id} in place, it will be replaced by current account ID automatically.
Default: "s3://costoptimizationdata{account_id}"
AllowedPattern: '^s3://[a-zA-Z0-9-_{}/]*$'
LambdaLayerBucketPrefix:
Type: String
Description: An S3 bucket with a Lambda layer
Expand Down

0 comments on commit aa9a4d5

Please sign in to comment.