| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnWebhook.Builder |
CfnWebhook.Builder.authentication(String authentication)
Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.
|
CfnWebhook.Builder |
CfnWebhook.Builder.authenticationConfiguration(CfnWebhook.WebhookAuthConfigurationProperty authenticationConfiguration)
Properties that configure the authentication applied to incoming webhook trigger requests.
|
CfnWebhook.Builder |
CfnWebhook.Builder.authenticationConfiguration(IResolvable authenticationConfiguration)
Properties that configure the authentication applied to incoming webhook trigger requests.
|
static CfnWebhook.Builder |
CfnWebhook.Builder.create(software.constructs.Construct scope,
String id) |
CfnWebhook.Builder |
CfnWebhook.Builder.filters(IResolvable filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
CfnWebhook.Builder |
CfnWebhook.Builder.filters(List<? extends Object> filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
CfnWebhook.Builder |
CfnWebhook.Builder.name(String name)
The name of the webhook.
|
CfnWebhook.Builder |
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 |
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 |
CfnWebhook.Builder.targetAction(String targetAction)
The name of the action in a pipeline you want to connect to the webhook.
|
CfnWebhook.Builder |
CfnWebhook.Builder.targetPipeline(String targetPipeline)
The name of the pipeline you want to connect to the webhook.
|
CfnWebhook.Builder |
CfnWebhook.Builder.targetPipelineVersion(Number targetPipelineVersion)
The version number of the pipeline to be connected to the trigger request.
|
Copyright © 2022. All rights reserved.