Uses of Class
software.amazon.awscdk.services.codepipeline.CfnWebhook.Builder
Packages that use CfnWebhook.Builder
-
Uses of CfnWebhook.Builder in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return CfnWebhook.BuilderModifier and TypeMethodDescriptionCfnWebhook.Builder.authentication(String authentication) Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.CfnWebhook.Builder.authenticationConfiguration(IResolvable authenticationConfiguration) Properties that configure the authentication applied to incoming webhook trigger requests.CfnWebhook.Builder.authenticationConfiguration(CfnWebhook.WebhookAuthConfigurationProperty authenticationConfiguration) Properties that configure the authentication applied to incoming webhook trigger requests.static CfnWebhook.BuilderA list of rules applied to the body/payload sent in the POST request to a webhook URL.CfnWebhook.Builder.filters(IResolvable filters) A list of rules applied to the body/payload sent in the POST request to a webhook URL.The name of the webhook.CfnWebhook.Builder.registerWithThirdParty(Boolean registerWithThirdParty) Configures a connection between the webhook that was created and the external tool with events to be detected.CfnWebhook.Builder.registerWithThirdParty(IResolvable registerWithThirdParty) Configures a connection between the webhook that was created and the external tool with events to be detected.CfnWebhook.Builder.targetAction(String targetAction) The name of the action in a pipeline you want to connect to the webhook.CfnWebhook.Builder.targetPipeline(String targetPipeline) The name of the pipeline you want to connect to the webhook.CfnWebhook.Builder.targetPipelineVersion(Number targetPipelineVersion) The version number of the pipeline to be connected to the trigger request.