1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginStandardWebhooks
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginStandardWebhooks

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayPluginStandardWebhooks

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGatewayPluginStandardWebhooks(args: GetGatewayPluginStandardWebhooksArgs, opts?: InvokeOptions): Promise<GetGatewayPluginStandardWebhooksResult>
    function getGatewayPluginStandardWebhooksOutput(args: GetGatewayPluginStandardWebhooksOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginStandardWebhooksResult>
    def get_gateway_plugin_standard_webhooks(control_plane_id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetGatewayPluginStandardWebhooksResult
    def get_gateway_plugin_standard_webhooks_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginStandardWebhooksResult]
    func LookupGatewayPluginStandardWebhooks(ctx *Context, args *LookupGatewayPluginStandardWebhooksArgs, opts ...InvokeOption) (*LookupGatewayPluginStandardWebhooksResult, error)
    func LookupGatewayPluginStandardWebhooksOutput(ctx *Context, args *LookupGatewayPluginStandardWebhooksOutputArgs, opts ...InvokeOption) LookupGatewayPluginStandardWebhooksResultOutput

    > Note: This function is named LookupGatewayPluginStandardWebhooks in the Go SDK.

    public static class GetGatewayPluginStandardWebhooks 
    {
        public static Task<GetGatewayPluginStandardWebhooksResult> InvokeAsync(GetGatewayPluginStandardWebhooksArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginStandardWebhooksResult> Invoke(GetGatewayPluginStandardWebhooksInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginStandardWebhooksResult> getGatewayPluginStandardWebhooks(GetGatewayPluginStandardWebhooksArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginStandardWebhooksResult> getGatewayPluginStandardWebhooks(GetGatewayPluginStandardWebhooksArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginStandardWebhooks:getGatewayPluginStandardWebhooks
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginStandardWebhooks Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginStandardWebhooksConfig

    SecretV1 string
    Webhook secret
    ToleranceSecond double
    Tolerance of the webhook timestamp in seconds. If the webhook timestamp is older than this number of seconds, it will be rejected with a '400' response.
    SecretV1 string
    Webhook secret
    ToleranceSecond float64
    Tolerance of the webhook timestamp in seconds. If the webhook timestamp is older than this number of seconds, it will be rejected with a '400' response.
    secretV1 String
    Webhook secret
    toleranceSecond Double
    Tolerance of the webhook timestamp in seconds. If the webhook timestamp is older than this number of seconds, it will be rejected with a '400' response.
    secretV1 string
    Webhook secret
    toleranceSecond number
    Tolerance of the webhook timestamp in seconds. If the webhook timestamp is older than this number of seconds, it will be rejected with a '400' response.
    secret_v1 str
    Webhook secret
    tolerance_second float
    Tolerance of the webhook timestamp in seconds. If the webhook timestamp is older than this number of seconds, it will be rejected with a '400' response.
    secretV1 String
    Webhook secret
    toleranceSecond Number
    Tolerance of the webhook timestamp in seconds. If the webhook timestamp is older than this number of seconds, it will be rejected with a '400' response.

    GetGatewayPluginStandardWebhooksConsumerGroup

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginStandardWebhooksOrdering

    GetGatewayPluginStandardWebhooksOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginStandardWebhooksOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginStandardWebhooksRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginStandardWebhooksService

    Id string
    Id string
    id String
    id string
    id str
    id String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong