manualCreation property
If true, CodeBuild doesn't create a webhook in GitHub and instead returns payloadUrl and secret values for the webhook. The payloadUrl and secret values in the output can be used to manually create a webhook within GitHub.
Implementation
final pulumi.Input<bool?>? manualCreation;