|
1 | 1 |
|
2 | | -.General Settings |
| 2 | +.General settings |
3 | 3 | [width="100%",cols="16%,11%,73%",options="header",] |
4 | 4 | |=== |
5 | | -|Parameter label (name) |Default value|Description|Output S3 Bucket Name |
6 | | -(`OutputBucketName`)|`**__Blank string__**`|OPTIONAL: Bucket Name where the zip file output should be placed, if left blank a bucket name will be automatically generated.|Custom Domain Name |
7 | | -(`CustomDomainName`)|`**__Blank string__**`|Use a custom domain name for the webhook endpoint, if left blank API Gateway will create a domain name for you |
| 5 | +|Parameter label (name) |Default value|Description|Output S3 bucket name |
| 6 | +(`OutputBucketName`)|`**__Blank string__**`|(Optional) Name for the S3 bucket where the Git repository .zip file is stored. If left blank, the Quick Start creates one for you.|Custom domain name |
| 7 | +(`CustomDomainName`)|`**__Blank string__**`|Domain name for the webhook endpoint. If left blank, API Gateway creates a domain name for you. |
8 | 8 | |=== |
9 | | -.Git Pull Settings |
| 9 | +.Git pull settings |
10 | 10 | [width="100%",cols="16%,11%,73%",options="header",] |
11 | 11 | |=== |
12 | | -|Parameter label (name) |Default value|Description|API Secret |
13 | | -(`ApiSecret`)|`**__Blank string__**`|gitpull method only. WebHook Secrets for use with GitHub Enterprise and GitLab. If a secret is matched IP range authentication is bypassed. Cannot contain: , \ "|Allowed IPs |
14 | | -(`AllowedIps`)|`18.205.93.0/25,18.234.32.128/25,13.52.5.0/25`|gitpull method only. Comma seperated list of IP CIDR blocks for source IP authentication. The BitBucket Cloud IP ranges are provided as defaults.|Exclude Git |
15 | | -(`ExcludeGit`)|`True`|Choose True to include the .git directory in the zip file or false to not include |
| 12 | +|Parameter label (name) |Default value|Description|API secret |
| 13 | +(`ApiSecret`)|`**__Blank string__**`|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 (").|Allowed IP addresses |
| 14 | +(`AllowedIps`)|`18.205.93.0/25,18.234.32.128/25,13.52.5.0/25`|Comma-separated list of allowed IP CIDR blocks. The default addresses listed are BitBucket Cloud IP ranges.|Exclude .git directory |
| 15 | +(`ExcludeGit`)|`True`|Choose False to omit the .git directory from the Git repository .zip file. |
16 | 16 | |=== |
17 | | -.AWS Quick Start Configuration |
| 17 | +.AWS Quick Start configuration |
18 | 18 | [width="100%",cols="16%,11%,73%",options="header",] |
19 | 19 | |=== |
20 | | -|Parameter label (name) |Default value|Description|Quick Start S3 Bucket Name |
21 | | -(`QSS3BucketName`)|`aws-quickstart`|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 (-).|Quick Start S3 bucket region |
22 | | -(`QSS3BucketRegion`)|`us-east-1`|The AWS Region where the Quick Start S3 bucket (QSS3BucketName) is hosted. When using your own bucket, you must specify this value.|Quick Start S3 Key Prefix |
23 | | -(`QSS3KeyPrefix`)|`quickstart-git2s3/`|S3 key prefix for the Quick Start assets. Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/). |
| 20 | +|Parameter label (name) |Default value|Description|Quick Start S3 bucket name |
| 21 | +(`QSS3BucketName`)|`aws-quickstart`|S3 bucket name for Quick Start assets. It can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).|Quick Start S3 bucket Region |
| 22 | +(`QSS3BucketRegion`)|`us-east-1`|AWS Region where the Quick Start assets S3 bucket (QSS3BucketName) is hosted. Required when using your own S3 bucket.|Quick Start S3 key prefix |
| 23 | +(`QSS3KeyPrefix`)|`quickstart-git2s3/`|Key prefix for the Quick Start assets S3 bucket. A key prefix is similar to a directory name that enables you to store similar data under the same directory in an S3 bucket. It can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slashes (/). |
| 24 | +|=== |
| 25 | +.VPC configuration |
| 26 | +[width="100%",cols="16%,11%,73%",options="header",] |
| 27 | +|=== |
| 28 | +|Parameter label (name) |Default value|Description|VPC ID |
| 29 | +(`VPCId`)|`**__Blank string__**`|ID of the VPC in which the Lambda function runs.|VPC CIDR |
| 30 | +(`VPCCidrRange`)|`**__Blank string__**`|CIDR range of the VPC.|Subnet IDs |
| 31 | +(`SubnetIds`)|`**__Blank string__**`|SubnetIDs in which the Lambda function runs.|Hostname override |
| 32 | +(`ScmHostnameOverride`)|`**__Blank string__**`|Name to override the hostname in the header of a webhook JSON payload. |
24 | 33 | |=== |
0 commit comments