konnect 2.4.1 published on Thursday, Mar 13, 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>
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginRequestSizeLimiting Result
The following output properties are available:
- Config
Get
Gateway Plugin Request Size Limiting Config - Consumer
Get
Gateway Plugin Request Size Limiting Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Request Size Limiting Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Request Size Limiting Route - Service
Get
Gateway Plugin Request Size Limiting Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Request Size Limiting Config - Consumer
Get
Gateway Plugin Request Size Limiting Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Request Size Limiting Ordering - Protocols []string
- Route
Get
Gateway Plugin Request Size Limiting Route - Service
Get
Gateway Plugin Request Size Limiting Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Request Size Limiting Config - consumer
Get
Gateway Plugin Request Size Limiting Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Request Size Limiting Ordering - protocols List<String>
- route
Get
Gateway Plugin Request Size Limiting Route - service
Get
Gateway Plugin Request Size Limiting Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Request Size Limiting Config - consumer
Get
Gateway Plugin Request Size Limiting Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Request Size Limiting Ordering - protocols string[]
- route
Get
Gateway Plugin Request Size Limiting Route - service
Get
Gateway Plugin Request Size Limiting Service - string[]
- updated
At number
- config
Get
Gateway Plugin Request Size Limiting Config - consumer
Get
Gateway Plugin Request Size Limiting Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Request Size Limiting Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Request Size Limiting Route - service
Get
Gateway Plugin Request Size Limiting Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginRequestSizeLimitingConfig
- Allowed
Payload doubleSize - Allowed request payload size in megabytes. Default is
128
megabytes (128000000 bytes). - Require
Content boolLength - Set to
true
to ensure a validContent-Length
header exists before reading the request body. - Size
Unit string - Size unit can be set either in
bytes
,kilobytes
, ormegabytes
(default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
- Allowed
Payload float64Size - Allowed request payload size in megabytes. Default is
128
megabytes (128000000 bytes). - Require
Content boolLength - Set to
true
to ensure a validContent-Length
header exists before reading the request body. - Size
Unit string - Size unit can be set either in
bytes
,kilobytes
, ormegabytes
(default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
- allowed
Payload DoubleSize - Allowed request payload size in megabytes. Default is
128
megabytes (128000000 bytes). - require
Content BooleanLength - Set to
true
to ensure a validContent-Length
header exists before reading the request body. - size
Unit String - Size unit can be set either in
bytes
,kilobytes
, ormegabytes
(default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
- allowed
Payload numberSize - Allowed request payload size in megabytes. Default is
128
megabytes (128000000 bytes). - require
Content booleanLength - Set to
true
to ensure a validContent-Length
header exists before reading the request body. - size
Unit string - Size unit can be set either in
bytes
,kilobytes
, ormegabytes
(default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
- allowed_
payload_ floatsize - Allowed request payload size in megabytes. Default is
128
megabytes (128000000 bytes). - require_
content_ boollength - Set to
true
to ensure a validContent-Length
header exists before reading the request body. - size_
unit str - Size unit can be set either in
bytes
,kilobytes
, ormegabytes
(default). This configuration is not available in versions prior to Kong Gateway 1.3 and Kong Gateway (OSS) 2.0.
- allowed
Payload NumberSize - Allowed request payload size in megabytes. Default is
128
megabytes (128000000 bytes). - require
Content BooleanLength - Set to
true
to ensure a validContent-Length
header exists before reading the request body. - size
Unit String - Size unit can be set either in
bytes
,kilobytes
, ormegabytes
(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.