Class CfnWebhookProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWebhookProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebhookProps
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
ConstructorsModifierConstructorDescriptionprotected
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.When creating CodePipeline webhooks, do not use your own credentials or reuse the same secret token across multiple webhooks. For optimal security, generate a unique secret token for each webhook you create. The secret token is an arbitrary string that you provide, which GitHub uses to compute and sign the webhook payloads sent to CodePipeline, for protecting the integrity and authenticity of the webhook payloads. Using your own credentials or reusing the same token across multiple webhooks can lead to security vulnerabilities. > If a secret token was provided, it will be redacted in the response.
- 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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
getTargetPipeline
Description copied from interface:CfnWebhookProps
The name of the pipeline you want to connect to the webhook.- Specified by:
getTargetPipeline
in interfaceCfnWebhookProps
- See Also:
-
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
- See Also:
-
getName
Description copied from interface:CfnWebhookProps
The name of the webhook.- Specified by:
getName
in interfaceCfnWebhookProps
- See Also:
-
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
- See Also:
-
$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()
-