Class CfnWebhookProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnWebhookProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWebhookProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebhookProps
@Stability(Stable)
@Internal
public static final class CfnWebhookProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebhookProps
An implementation for
CfnWebhookProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnWebhookProps
CfnWebhookProps.Builder, CfnWebhookProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWebhookProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWebhookProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.final Object
Properties that configure the authentication applied to incoming webhook trigger requests.final Object
A list of rules applied to the body/payload sent in the POST request to a webhook URL.final String
getName()
The name of the webhook.final Object
Configures a connection between the webhook that was created and the external tool with events to be detected.final String
The name of the action in a pipeline you want to connect to the webhook.final String
The name of the pipeline you want to connect to the webhook.final Number
The version number of the pipeline to be connected to the trigger request.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWebhookProps.Builder
.
-
-
Method Details
-
getAuthentication
Description copied from interface:CfnWebhookProps
Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.- For information about the authentication scheme implemented by GITHUB_HMAC, see Securing your webhooks on the GitHub Developer website.
- IP rejects webhooks trigger requests unless they originate from an IP address in the IP range whitelisted in the authentication configuration.
- UNAUTHENTICATED accepts all webhook trigger requests regardless of origin.
- Specified by:
getAuthentication
in interfaceCfnWebhookProps
-
getAuthenticationConfiguration
Description copied from interface:CfnWebhookProps
Properties that configure the authentication applied to incoming webhook trigger requests.The required properties depend on the authentication type. For GITHUB_HMAC, only the
SecretToken
property must be set. For IP, only theAllowedIPRange
property must be set to a valid CIDR range. For UNAUTHENTICATED, no properties can be set.- Specified by:
getAuthenticationConfiguration
in interfaceCfnWebhookProps
-
getFilters
Description copied from interface:CfnWebhookProps
A list of rules applied to the body/payload sent in the POST request to a webhook URL.All defined rules must pass for the request to be accepted and the pipeline started.
- Specified by:
getFilters
in interfaceCfnWebhookProps
-
getTargetAction
Description copied from interface:CfnWebhookProps
The name of the action in a pipeline you want to connect to the webhook.The action must be from the source (first) stage of the pipeline.
- Specified by:
getTargetAction
in interfaceCfnWebhookProps
-
getTargetPipeline
Description copied from interface:CfnWebhookProps
The name of the pipeline you want to connect to the webhook.- Specified by:
getTargetPipeline
in interfaceCfnWebhookProps
-
getTargetPipelineVersion
Description copied from interface:CfnWebhookProps
The version number of the pipeline to be connected to the trigger request.Required: Yes
Type: Integer
Update requires: No interruption
- Specified by:
getTargetPipelineVersion
in interfaceCfnWebhookProps
-
getName
Description copied from interface:CfnWebhookProps
The name of the webhook.- Specified by:
getName
in interfaceCfnWebhookProps
-
getRegisterWithThirdParty
Description copied from interface:CfnWebhookProps
Configures a connection between the webhook that was created and the external tool with events to be detected.- Specified by:
getRegisterWithThirdParty
in interfaceCfnWebhookProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-