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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnWebhookProps
CfnWebhookProps.Builder, CfnWebhookProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWebhookProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWebhookProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSupported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.final ObjectProperties that configure the authentication applied to incoming webhook trigger requests.final ObjectA list of rules applied to the body/payload sent in the POST request to a webhook URL.final StringgetName()The name of the webhook.final ObjectConfigures a connection between the webhook that was created and the external tool with events to be detected.final StringThe name of the action in a pipeline you want to connect to the webhook.final StringThe name of the pipeline you want to connect to the webhook.final NumberThe version number of the pipeline to be connected to the trigger request.final inthashCode()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:CfnWebhookPropsSupported 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:
getAuthenticationin interfaceCfnWebhookProps
-
getAuthenticationConfiguration
Description copied from interface:CfnWebhookPropsProperties that configure the authentication applied to incoming webhook trigger requests.The required properties depend on the authentication type. For GITHUB_HMAC, only the
SecretTokenproperty must be set. For IP, only theAllowedIPRangeproperty must be set to a valid CIDR range. For UNAUTHENTICATED, no properties can be set.- Specified by:
getAuthenticationConfigurationin interfaceCfnWebhookProps
-
getFilters
Description copied from interface:CfnWebhookPropsA 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:
getFiltersin interfaceCfnWebhookProps
-
getTargetAction
Description copied from interface:CfnWebhookPropsThe 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:
getTargetActionin interfaceCfnWebhookProps
-
getTargetPipeline
Description copied from interface:CfnWebhookPropsThe name of the pipeline you want to connect to the webhook.- Specified by:
getTargetPipelinein interfaceCfnWebhookProps
-
getTargetPipelineVersion
Description copied from interface:CfnWebhookPropsThe version number of the pipeline to be connected to the trigger request.Required: Yes
Type: Integer
Update requires: No interruption
- Specified by:
getTargetPipelineVersionin interfaceCfnWebhookProps
-
getName
Description copied from interface:CfnWebhookPropsThe name of the webhook.- Specified by:
getNamein interfaceCfnWebhookProps
-
getRegisterWithThirdParty
Description copied from interface:CfnWebhookPropsConfigures a connection between the webhook that was created and the external tool with events to be detected.- Specified by:
getRegisterWithThirdPartyin interfaceCfnWebhookProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-