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

konnect.getGatewayPluginRequestSizeLimiting

Explore with Pulumi AI

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

    Using getGatewayPluginRequestSizeLimiting

    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 getGatewayPluginRequestSizeLimiting(args: GetGatewayPluginRequestSizeLimitingArgs, opts?: InvokeOptions): Promise<GetGatewayPluginRequestSizeLimitingResult>
    function getGatewayPluginRequestSizeLimitingOutput(args: GetGatewayPluginRequestSizeLimitingOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginRequestSizeLimitingResult>
    def get_gateway_plugin_request_size_limiting(control_plane_id: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetGatewayPluginRequestSizeLimitingResult
    def get_gateway_plugin_request_size_limiting_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginRequestSizeLimitingResult]
    func LookupGatewayPluginRequestSizeLimiting(ctx *Context, args *LookupGatewayPluginRequestSizeLimitingArgs, opts ...InvokeOption) (*LookupGatewayPluginRequestSizeLimitingResult, error)
    func LookupGatewayPluginRequestSizeLimitingOutput(ctx *Context, args *LookupGatewayPluginRequestSizeLimitingOutputArgs, opts ...InvokeOption) LookupGatewayPluginRequestSizeLimitingResultOutput

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

    public static class GetGatewayPluginRequestSizeLimiting 
    {
        public static Task<GetGatewayPluginRequestSizeLimitingResult> InvokeAsync(GetGatewayPluginRequestSizeLimitingArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginRequestSizeLimitingResult> Invoke(GetGatewayPluginRequestSizeLimitingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginRequestSizeLimitingResult> getGatewayPluginRequestSizeLimiting(GetGatewayPluginRequestSizeLimitingArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginRequestSizeLimitingResult> getGatewayPluginRequestSizeLimiting(GetGatewayPluginRequestSizeLimitingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginRequestSizeLimiting:getGatewayPluginRequestSizeLimiting
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginRequestSizeLimiting Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginRequestSizeLimitingConfig

    AllowedPayloadSize double
    Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
    RequireContentLength bool
    Set to true to ensure a valid Content-Length header exists before reading the request body.
    SizeUnit string
    Size unit can be set either in bytes, kilobytes, or megabytes (default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
    AllowedPayloadSize float64
    Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
    RequireContentLength bool
    Set to true to ensure a valid Content-Length header exists before reading the request body.
    SizeUnit string
    Size unit can be set either in bytes, kilobytes, or megabytes (default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
    allowedPayloadSize Double
    Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
    requireContentLength Boolean
    Set to true to ensure a valid Content-Length header exists before reading the request body.
    sizeUnit String
    Size unit can be set either in bytes, kilobytes, or megabytes (default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
    allowedPayloadSize number
    Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
    requireContentLength boolean
    Set to true to ensure a valid Content-Length header exists before reading the request body.
    sizeUnit string
    Size unit can be set either in bytes, kilobytes, or megabytes (default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
    allowed_payload_size float
    Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
    require_content_length bool
    Set to true to ensure a valid Content-Length header exists before reading the request body.
    size_unit str
    Size unit can be set either in bytes, kilobytes, or megabytes (default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
    allowedPayloadSize Number
    Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
    requireContentLength Boolean
    Set to true to ensure a valid Content-Length header exists before reading the request body.
    sizeUnit String
    Size unit can be set either in bytes, kilobytes, or megabytes (default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.

    GetGatewayPluginRequestSizeLimitingConsumer

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

    GetGatewayPluginRequestSizeLimitingOrdering

    GetGatewayPluginRequestSizeLimitingOrderingAfter

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

    GetGatewayPluginRequestSizeLimitingOrderingBefore

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

    GetGatewayPluginRequestSizeLimitingRoute

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

    GetGatewayPluginRequestSizeLimitingService

    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