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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnWebhookProps.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 Type
    Method
    Description
    com.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
    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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnWebhookProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnWebhookProps.Builder.
  • Method Details

    • getAuthentication

      public final String 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 interface CfnWebhookProps
    • getAuthenticationConfiguration

      public final Object 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 the AllowedIPRange property must be set to a valid CIDR range. For UNAUTHENTICATED, no properties can be set.

      Specified by:
      getAuthenticationConfiguration in interface CfnWebhookProps
    • getFilters

      public final Object 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 interface CfnWebhookProps
    • getTargetAction

      public final String 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 interface CfnWebhookProps
    • getTargetPipeline

      public final String getTargetPipeline()
      Description copied from interface: CfnWebhookProps
      The name of the pipeline you want to connect to the webhook.
      Specified by:
      getTargetPipeline in interface CfnWebhookProps
    • getTargetPipelineVersion

      public final Number 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 interface CfnWebhookProps
    • getName

      public final String getName()
      Description copied from interface: CfnWebhookProps
      The name of the webhook.
      Specified by:
      getName in interface CfnWebhookProps
    • getRegisterWithThirdParty

      public final Object 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 interface CfnWebhookProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object