konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginResponseRatelimiting
Explore with Pulumi AI
Using getGatewayPluginResponseRatelimiting
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 getGatewayPluginResponseRatelimiting(args: GetGatewayPluginResponseRatelimitingArgs, opts?: InvokeOptions): Promise<GetGatewayPluginResponseRatelimitingResult>
function getGatewayPluginResponseRatelimitingOutput(args: GetGatewayPluginResponseRatelimitingOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginResponseRatelimitingResult>
def get_gateway_plugin_response_ratelimiting(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginResponseRatelimitingResult
def get_gateway_plugin_response_ratelimiting_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginResponseRatelimitingResult]
func LookupGatewayPluginResponseRatelimiting(ctx *Context, args *LookupGatewayPluginResponseRatelimitingArgs, opts ...InvokeOption) (*LookupGatewayPluginResponseRatelimitingResult, error)
func LookupGatewayPluginResponseRatelimitingOutput(ctx *Context, args *LookupGatewayPluginResponseRatelimitingOutputArgs, opts ...InvokeOption) LookupGatewayPluginResponseRatelimitingResultOutput
> Note: This function is named LookupGatewayPluginResponseRatelimiting
in the Go SDK.
public static class GetGatewayPluginResponseRatelimiting
{
public static Task<GetGatewayPluginResponseRatelimitingResult> InvokeAsync(GetGatewayPluginResponseRatelimitingArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginResponseRatelimitingResult> Invoke(GetGatewayPluginResponseRatelimitingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginResponseRatelimitingResult> getGatewayPluginResponseRatelimiting(GetGatewayPluginResponseRatelimitingArgs args, InvokeOptions options)
public static Output<GetGatewayPluginResponseRatelimitingResult> getGatewayPluginResponseRatelimiting(GetGatewayPluginResponseRatelimitingArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginResponseRatelimiting:getGatewayPluginResponseRatelimiting
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
getGatewayPluginResponseRatelimiting Result
The following output properties are available:
- Config
Get
Gateway Plugin Response Ratelimiting Config - Consumer
Get
Gateway Plugin Response Ratelimiting Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Response Ratelimiting Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Response Ratelimiting Route - Service
Get
Gateway Plugin Response Ratelimiting Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Response Ratelimiting Config - Consumer
Get
Gateway Plugin Response Ratelimiting Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Response Ratelimiting Ordering - Protocols []string
- Route
Get
Gateway Plugin Response Ratelimiting Route - Service
Get
Gateway Plugin Response Ratelimiting Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Response Ratelimiting Config - consumer
Get
Gateway Plugin Response Ratelimiting Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Response Ratelimiting Ordering - protocols List<String>
- route
Get
Gateway Plugin Response Ratelimiting Route - service
Get
Gateway Plugin Response Ratelimiting Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Response Ratelimiting Config - consumer
Get
Gateway Plugin Response Ratelimiting Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Response Ratelimiting Ordering - protocols string[]
- route
Get
Gateway Plugin Response Ratelimiting Route - service
Get
Gateway Plugin Response Ratelimiting Service - string[]
- updated
At number
- config
Get
Gateway Plugin Response Ratelimiting Config - consumer
Get
Gateway Plugin Response Ratelimiting Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Response Ratelimiting Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Response Ratelimiting Route - service
Get
Gateway Plugin Response Ratelimiting 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
GetGatewayPluginResponseRatelimitingConfig
- Block
On boolFirst Violation - A boolean value that determines if the requests should be blocked as soon as one limit is being exceeded. This will block requests that are supposed to consume other limits too.
- Fault
Tolerant bool - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party datastore. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the datastore is working again. Iffalse
, then the clients will see500
errors. - Header
Name string - The name of the response header used to increment the counters.
- Hide
Client boolHeaders - Optionally hide informative response headers.
- Limit
By string - The entity that will be used when aggregating the limits:
consumer
,credential
,ip
. If theconsumer
or thecredential
cannot be determined, the system will always fallback toip
. - Limits Dictionary<string, string>
- A map that defines rate limits for the plugin.
- Policy string
- The rate-limiting policies to use for retrieving and incrementing the limits.
- Redis
Get
Gateway Plugin Response Ratelimiting Config Redis - Redis configuration
- Block
On boolFirst Violation - A boolean value that determines if the requests should be blocked as soon as one limit is being exceeded. This will block requests that are supposed to consume other limits too.
- Fault
Tolerant bool - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party datastore. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the datastore is working again. Iffalse
, then the clients will see500
errors. - Header
Name string - The name of the response header used to increment the counters.
- Hide
Client boolHeaders - Optionally hide informative response headers.
- Limit
By string - The entity that will be used when aggregating the limits:
consumer
,credential
,ip
. If theconsumer
or thecredential
cannot be determined, the system will always fallback toip
. - Limits map[string]string
- A map that defines rate limits for the plugin.
- Policy string
- The rate-limiting policies to use for retrieving and incrementing the limits.
- Redis
Get
Gateway Plugin Response Ratelimiting Config Redis - Redis configuration
- block
On BooleanFirst Violation - A boolean value that determines if the requests should be blocked as soon as one limit is being exceeded. This will block requests that are supposed to consume other limits too.
- fault
Tolerant Boolean - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party datastore. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the datastore is working again. Iffalse
, then the clients will see500
errors. - header
Name String - The name of the response header used to increment the counters.
- hide
Client BooleanHeaders - Optionally hide informative response headers.
- limit
By String - The entity that will be used when aggregating the limits:
consumer
,credential
,ip
. If theconsumer
or thecredential
cannot be determined, the system will always fallback toip
. - limits Map<String,String>
- A map that defines rate limits for the plugin.
- policy String
- The rate-limiting policies to use for retrieving and incrementing the limits.
- redis
Get
Gateway Plugin Response Ratelimiting Config Redis - Redis configuration
- block
On booleanFirst Violation - A boolean value that determines if the requests should be blocked as soon as one limit is being exceeded. This will block requests that are supposed to consume other limits too.
- fault
Tolerant boolean - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party datastore. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the datastore is working again. Iffalse
, then the clients will see500
errors. - header
Name string - The name of the response header used to increment the counters.
- hide
Client booleanHeaders - Optionally hide informative response headers.
- limit
By string - The entity that will be used when aggregating the limits:
consumer
,credential
,ip
. If theconsumer
or thecredential
cannot be determined, the system will always fallback toip
. - limits {[key: string]: string}
- A map that defines rate limits for the plugin.
- policy string
- The rate-limiting policies to use for retrieving and incrementing the limits.
- redis
Get
Gateway Plugin Response Ratelimiting Config Redis - Redis configuration
- block_
on_ boolfirst_ violation - A boolean value that determines if the requests should be blocked as soon as one limit is being exceeded. This will block requests that are supposed to consume other limits too.
- fault_
tolerant bool - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party datastore. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the datastore is working again. Iffalse
, then the clients will see500
errors. - header_
name str - The name of the response header used to increment the counters.
- hide_
client_ boolheaders - Optionally hide informative response headers.
- limit_
by str - The entity that will be used when aggregating the limits:
consumer
,credential
,ip
. If theconsumer
or thecredential
cannot be determined, the system will always fallback toip
. - limits Mapping[str, str]
- A map that defines rate limits for the plugin.
- policy str
- The rate-limiting policies to use for retrieving and incrementing the limits.
- redis
Get
Gateway Plugin Response Ratelimiting Config Redis - Redis configuration
- block
On BooleanFirst Violation - A boolean value that determines if the requests should be blocked as soon as one limit is being exceeded. This will block requests that are supposed to consume other limits too.
- fault
Tolerant Boolean - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party datastore. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the datastore is working again. Iffalse
, then the clients will see500
errors. - header
Name String - The name of the response header used to increment the counters.
- hide
Client BooleanHeaders - Optionally hide informative response headers.
- limit
By String - The entity that will be used when aggregating the limits:
consumer
,credential
,ip
. If theconsumer
or thecredential
cannot be determined, the system will always fallback toip
. - limits Map<String>
- A map that defines rate limits for the plugin.
- policy String
- The rate-limiting policies to use for retrieving and incrementing the limits.
- redis Property Map
- Redis configuration
GetGatewayPluginResponseRatelimitingConfigRedis
- Database double
- Database to use for the Redis connection when using the
redis
strategy - Host string
- A string representing a host name, such as example.com.
- Password string
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- Port double
- An integer representing a port number between 0 and 65535, inclusive.
- Server
Name string - A string representing an SNI (server name indication) value for TLS.
- Ssl bool
- If set to true, uses SSL to connect to Redis.
- Ssl
Verify bool - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - Timeout double
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Username string
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- Database float64
- Database to use for the Redis connection when using the
redis
strategy - Host string
- A string representing a host name, such as example.com.
- Password string
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- Port float64
- An integer representing a port number between 0 and 65535, inclusive.
- Server
Name string - A string representing an SNI (server name indication) value for TLS.
- Ssl bool
- If set to true, uses SSL to connect to Redis.
- Ssl
Verify bool - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - Timeout float64
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Username string
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- database Double
- Database to use for the Redis connection when using the
redis
strategy - host String
- A string representing a host name, such as example.com.
- password String
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port Double
- An integer representing a port number between 0 and 65535, inclusive.
- server
Name String - A string representing an SNI (server name indication) value for TLS.
- ssl Boolean
- If set to true, uses SSL to connect to Redis.
- ssl
Verify Boolean - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - timeout Double
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- username String
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- database number
- Database to use for the Redis connection when using the
redis
strategy - host string
- A string representing a host name, such as example.com.
- password string
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port number
- An integer representing a port number between 0 and 65535, inclusive.
- server
Name string - A string representing an SNI (server name indication) value for TLS.
- ssl boolean
- If set to true, uses SSL to connect to Redis.
- ssl
Verify boolean - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - timeout number
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- username string
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- database float
- Database to use for the Redis connection when using the
redis
strategy - host str
- A string representing a host name, such as example.com.
- password str
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port float
- An integer representing a port number between 0 and 65535, inclusive.
- server_
name str - A string representing an SNI (server name indication) value for TLS.
- ssl bool
- If set to true, uses SSL to connect to Redis.
- ssl_
verify bool - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - timeout float
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- username str
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- database Number
- Database to use for the Redis connection when using the
redis
strategy - host String
- A string representing a host name, such as example.com.
- password String
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port Number
- An integer representing a port number between 0 and 65535, inclusive.
- server
Name String - A string representing an SNI (server name indication) value for TLS.
- ssl Boolean
- If set to true, uses SSL to connect to Redis.
- ssl
Verify Boolean - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - timeout Number
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- username String
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
GetGatewayPluginResponseRatelimitingConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginResponseRatelimitingOrdering
GetGatewayPluginResponseRatelimitingOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginResponseRatelimitingOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginResponseRatelimitingRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginResponseRatelimitingService
- 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.