You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
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 (").
51
50
Type: String
52
51
Default: ''
53
52
NoEcho: 'true'
54
53
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.
56
55
Type: String
57
56
Default: ''
58
57
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.
ConstraintDescription: Quick Start S3 bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen
65
64
(-).
66
65
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 (-).
68
67
Type: String
69
68
QSS3BucketRegion:
70
69
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.
0 commit comments