Class WebhookState


  • public final class WebhookState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  WebhookState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The CodePipeline webhook's ARN.
      • authentication

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> authentication()
        Returns:
        The type of authentication to use. One of `IP`, `GITHUB_HMAC`, or `UNAUTHENTICATED`.
      • authenticationConfiguration

        public java.util.Optional<com.pulumi.core.Output<WebhookAuthenticationConfigurationArgs>> authenticationConfiguration()
        Returns:
        An `auth` block. Required for `IP` and `GITHUB_HMAC`. Auth blocks are documented below.
      • filters

        public java.util.Optional<com.pulumi.core.Output<java.util.List<WebhookFilterArgs>>> filters()
        Returns:
        One or more `filter` blocks. Filter blocks are documented below.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the webhook.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • targetAction

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetAction()
        Returns:
        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.
      • targetPipeline

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> targetPipeline()
        Returns:
        The name of the pipeline.
      • url

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> url()
        Returns:
        The CodePipeline webhook's URL. POST events to this endpoint to trigger the target.