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