konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginWebsocketSizeLimit
Explore with Pulumi AI
Using getGatewayPluginWebsocketSizeLimit
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 getGatewayPluginWebsocketSizeLimit(args: GetGatewayPluginWebsocketSizeLimitArgs, opts?: InvokeOptions): Promise<GetGatewayPluginWebsocketSizeLimitResult>
function getGatewayPluginWebsocketSizeLimitOutput(args: GetGatewayPluginWebsocketSizeLimitOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginWebsocketSizeLimitResult>
def get_gateway_plugin_websocket_size_limit(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginWebsocketSizeLimitResult
def get_gateway_plugin_websocket_size_limit_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginWebsocketSizeLimitResult]
func LookupGatewayPluginWebsocketSizeLimit(ctx *Context, args *LookupGatewayPluginWebsocketSizeLimitArgs, opts ...InvokeOption) (*LookupGatewayPluginWebsocketSizeLimitResult, error)
func LookupGatewayPluginWebsocketSizeLimitOutput(ctx *Context, args *LookupGatewayPluginWebsocketSizeLimitOutputArgs, opts ...InvokeOption) LookupGatewayPluginWebsocketSizeLimitResultOutput
> Note: This function is named LookupGatewayPluginWebsocketSizeLimit
in the Go SDK.
public static class GetGatewayPluginWebsocketSizeLimit
{
public static Task<GetGatewayPluginWebsocketSizeLimitResult> InvokeAsync(GetGatewayPluginWebsocketSizeLimitArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginWebsocketSizeLimitResult> Invoke(GetGatewayPluginWebsocketSizeLimitInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginWebsocketSizeLimitResult> getGatewayPluginWebsocketSizeLimit(GetGatewayPluginWebsocketSizeLimitArgs args, InvokeOptions options)
public static Output<GetGatewayPluginWebsocketSizeLimitResult> getGatewayPluginWebsocketSizeLimit(GetGatewayPluginWebsocketSizeLimitArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginWebsocketSizeLimit:getGatewayPluginWebsocketSizeLimit
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
getGatewayPluginWebsocketSizeLimit Result
The following output properties are available:
- Config
Get
Gateway Plugin Websocket Size Limit Config - Consumer
Get
Gateway Plugin Websocket Size Limit Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Websocket Size Limit Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Websocket Size Limit Route - Service
Get
Gateway Plugin Websocket Size Limit Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Websocket Size Limit Config - Consumer
Get
Gateway Plugin Websocket Size Limit Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Websocket Size Limit Ordering - Protocols []string
- Route
Get
Gateway Plugin Websocket Size Limit Route - Service
Get
Gateway Plugin Websocket Size Limit Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Websocket Size Limit Config - consumer
Get
Gateway Plugin Websocket Size Limit Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Websocket Size Limit Ordering - protocols List<String>
- route
Get
Gateway Plugin Websocket Size Limit Route - service
Get
Gateway Plugin Websocket Size Limit Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Websocket Size Limit Config - consumer
Get
Gateway Plugin Websocket Size Limit Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Websocket Size Limit Ordering - protocols string[]
- route
Get
Gateway Plugin Websocket Size Limit Route - service
Get
Gateway Plugin Websocket Size Limit Service - string[]
- updated
At number
- config
Get
Gateway Plugin Websocket Size Limit Config - consumer
Get
Gateway Plugin Websocket Size Limit Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Websocket Size Limit Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Websocket Size Limit Route - service
Get
Gateway Plugin Websocket Size Limit 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
GetGatewayPluginWebsocketSizeLimitConfig
- Client
Max doublePayload - Upstream
Max doublePayload
- Client
Max float64Payload - Upstream
Max float64Payload
- client
Max DoublePayload - upstream
Max DoublePayload
- client
Max numberPayload - upstream
Max numberPayload
- client_
max_ floatpayload - upstream_
max_ floatpayload
- client
Max NumberPayload - upstream
Max NumberPayload
GetGatewayPluginWebsocketSizeLimitConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginWebsocketSizeLimitOrdering
GetGatewayPluginWebsocketSizeLimitOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginWebsocketSizeLimitOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginWebsocketSizeLimitRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginWebsocketSizeLimitService
- 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.