|
| 1 | + |
| 2 | +.General settings |
| 3 | +[width="100%",cols="16%,11%,73%",options="header",] |
| 4 | +|=== |
| 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 | +|=== |
| 9 | +.Git pull settings |
| 10 | +[width="100%",cols="16%,11%,73%",options="header",] |
| 11 | +|=== |
| 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 | +|=== |
| 17 | +.AWS Quick Start configuration |
| 18 | +[width="100%",cols="16%,11%,73%",options="header",] |
| 19 | +|=== |
| 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. |
| 33 | +|=== |
0 commit comments