1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginRequestSizeLimiting
konnect 2.6.0 published on Tuesday, Apr 22, 2025 by kong

konnect.getGatewayPluginRequestSizeLimiting

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupGatewayPluginRequestSizeLimiting(ctx *Context, args *LookupGatewayPluginRequestSizeLimitingArgs, opts ...InvokeOption) (*LookupGatewayPluginRequestSizeLimitingResult, error)
func LookupGatewayPluginRequestSizeLimitingOutput(ctx *Context, args *LookupGatewayPluginRequestSizeLimitingOutputArgs, opts ...InvokeOption) LookupGatewayPluginRequestSizeLimitingResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetGatewayPluginRequestSizeLimitingResult> getGatewayPluginRequestSizeLimiting(GetGatewayPluginRequestSizeLimitingArgs args, InvokeOptions options)
public static Output<GetGatewayPluginRequestSizeLimitingResult> getGatewayPluginRequestSizeLimiting(GetGatewayPluginRequestSizeLimitingArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: konnect:index/getGatewayPluginRequestSizeLimiting:getGatewayPluginRequestSizeLimiting
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ControlPlaneId This property is required. string
ControlPlaneId This property is required. string
controlPlaneId This property is required. String
controlPlaneId This property is required. string
control_plane_id This property is required. str
controlPlaneId This property is required. String

getGatewayPluginRequestSizeLimiting Result

The following output properties are available:

Supporting Types

GetGatewayPluginRequestSizeLimitingConfig

AllowedPayloadSize This property is required. double
Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
RequireContentLength This property is required. bool
Set to true to ensure a valid Content-Length header exists before reading the request body.
SizeUnit This property is required. 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 This property is required. float64
Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
RequireContentLength This property is required. bool
Set to true to ensure a valid Content-Length header exists before reading the request body.
SizeUnit This property is required. 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 This property is required. Double
Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
requireContentLength This property is required. Boolean
Set to true to ensure a valid Content-Length header exists before reading the request body.
sizeUnit This property is required. 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 This property is required. number
Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
requireContentLength This property is required. boolean
Set to true to ensure a valid Content-Length header exists before reading the request body.
sizeUnit This property is required. 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 This property is required. float
Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
require_content_length This property is required. bool
Set to true to ensure a valid Content-Length header exists before reading the request body.
size_unit This property is required. 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 This property is required. Number
Allowed request payload size in megabytes. Default is 128 megabytes (128000000 bytes).
requireContentLength This property is required. Boolean
Set to true to ensure a valid Content-Length header exists before reading the request body.
sizeUnit This property is required. 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 This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

GetGatewayPluginRequestSizeLimitingOrdering

after This property is required. Property Map
before This property is required. Property Map

GetGatewayPluginRequestSizeLimitingOrderingAfter

Accesses This property is required. List<string>
Accesses This property is required. []string
accesses This property is required. List<String>
accesses This property is required. string[]
accesses This property is required. Sequence[str]
accesses This property is required. List<String>

GetGatewayPluginRequestSizeLimitingOrderingBefore

Accesses This property is required. List<string>
Accesses This property is required. []string
accesses This property is required. List<String>
accesses This property is required. string[]
accesses This property is required. Sequence[str]
accesses This property is required. List<String>

GetGatewayPluginRequestSizeLimitingRoute

Id This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

GetGatewayPluginRequestSizeLimitingService

Id This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

Package Details

Repository
konnect kong/terraform-provider-konnect
License
Notes
This Pulumi package is based on the konnect Terraform Provider.