Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit bf7ccb3

Browse files
committed
edits part 1 122320
1 parent 9286785 commit bf7ccb3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

templates/git2s3.template.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description: Git webhooks to clone and store a Git repository in S3. Used to int
33
with AWS services like AWS CodePipeline, AWS CodeBuild, and AWS CodeDeploy. (qs-1nfhrd9bh)
44
Metadata:
55
QuickStartDocumentation:
6-
EntrypointName: Deploy into your selected Region.
6+
EntrypointName: Parameters for deploying into your selected Region.
77
AWS::CloudFormation::Interface:
88
ParameterGroups:
99
- Label:
@@ -42,33 +42,32 @@ Metadata:
4242
default: Exclude Git
4343
Parameters:
4444
AllowedIps:
45-
Description: Comma-separated list of IP CIDR blocks for source IP authentication. BitBucket Cloud IP ranges provided by default.
45+
Description: Comma-separated list of allowed IP CIDR blocks. The default addresses listed are BitBucket Cloud IP ranges.
4646
Type: String
4747
Default: 18.205.93.0/25,18.234.32.128/25,13.52.5.0/25
4848
ApiSecret:
49-
Description: WebHook secrets for use with GitHub Enterprise and GitLab. If a secret is matched, IP range authentication is bypassed. Cannot
50-
contain commas (,), backward slashes (\), or quotes (").
49+
Description: API secret used to authenticate access to webhooks in GitHub Enterprise, GitLab, and other Git services. If a webhook payload header contains a matching secret, IP address authentication is bypassed. API secrets cannot contain commas (,), backward slashes (\), or quotes (").
5150
Type: String
5251
Default: ''
5352
NoEcho: 'true'
5453
CustomDomainName:
55-
Description: Domain name for the webhook endpoint. If left blank, API Gateway will create a domain name for you.
54+
Description: Domain name for the webhook endpoint. If left blank, API Gateway creates a domain name for you.
5655
Type: String
5756
Default: ''
5857
OutputBucketName:
59-
Description: (Optional) Name for the S3 bucket where the Git repository .zip file is stored. If left blank, an S3 bucket name is created automatically.
58+
Description: (Optional) Name for the S3 bucket where the Git repository .zip file is stored. If left blank, the Quick Start creates one for you.
6059
Type: String
6160
Default: ''
6261
QSS3BucketName:
6362
AllowedPattern: ^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$
6463
ConstraintDescription: Quick Start S3 bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen
6564
(-).
6665
Default: aws-quickstart
67-
Description: S3 bucket name for the Quick Start assets. Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
66+
Description: S3 bucket name for Quick Start assets. Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
6867
Type: String
6968
QSS3BucketRegion:
7069
Default: 'us-east-1'
71-
Description: AWS Region where the Quick Start S3 bucket (QSS3BucketName) is hosted. Required when using your own S3 bucket.
70+
Description: AWS Region where the Quick Start asset S3 bucket (QSS3BucketName) is hosted. Required when using your own S3 bucket.
7271
Type: String
7372
QSS3KeyPrefix:
7473
AllowedPattern: ^[0-9a-zA-Z-/]*$

0 commit comments

Comments
 (0)