konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginRateLimiting
Explore with Pulumi AI
Using getGatewayPluginRateLimiting
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 getGatewayPluginRateLimiting(args: GetGatewayPluginRateLimitingArgs, opts?: InvokeOptions): Promise<GetGatewayPluginRateLimitingResult>
function getGatewayPluginRateLimitingOutput(args: GetGatewayPluginRateLimitingOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginRateLimitingResult>
def get_gateway_plugin_rate_limiting(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginRateLimitingResult
def get_gateway_plugin_rate_limiting_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginRateLimitingResult]
func LookupGatewayPluginRateLimiting(ctx *Context, args *LookupGatewayPluginRateLimitingArgs, opts ...InvokeOption) (*LookupGatewayPluginRateLimitingResult, error)
func LookupGatewayPluginRateLimitingOutput(ctx *Context, args *LookupGatewayPluginRateLimitingOutputArgs, opts ...InvokeOption) LookupGatewayPluginRateLimitingResultOutput
> Note: This function is named LookupGatewayPluginRateLimiting
in the Go SDK.
public static class GetGatewayPluginRateLimiting
{
public static Task<GetGatewayPluginRateLimitingResult> InvokeAsync(GetGatewayPluginRateLimitingArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginRateLimitingResult> Invoke(GetGatewayPluginRateLimitingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginRateLimitingResult> getGatewayPluginRateLimiting(GetGatewayPluginRateLimitingArgs args, InvokeOptions options)
public static Output<GetGatewayPluginRateLimitingResult> getGatewayPluginRateLimiting(GetGatewayPluginRateLimitingArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginRateLimiting:getGatewayPluginRateLimiting
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
getGatewayPluginRateLimiting Result
The following output properties are available:
- Config
Get
Gateway Plugin Rate Limiting Config - Consumer
Get
Gateway Plugin Rate Limiting Consumer - Consumer
Group GetGateway Plugin Rate Limiting Consumer Group - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Rate Limiting Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Rate Limiting Route - Service
Get
Gateway Plugin Rate Limiting Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Rate Limiting Config - Consumer
Get
Gateway Plugin Rate Limiting Consumer - Consumer
Group GetGateway Plugin Rate Limiting Consumer Group - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Rate Limiting Ordering - Protocols []string
- Route
Get
Gateway Plugin Rate Limiting Route - Service
Get
Gateway Plugin Rate Limiting Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Rate Limiting Config - consumer
Get
Gateway Plugin Rate Limiting Consumer - consumer
Group GetGateway Plugin Rate Limiting Consumer Group - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Rate Limiting Ordering - protocols List<String>
- route
Get
Gateway Plugin Rate Limiting Route - service
Get
Gateway Plugin Rate Limiting Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Rate Limiting Config - consumer
Get
Gateway Plugin Rate Limiting Consumer - consumer
Group GetGateway Plugin Rate Limiting Consumer Group - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Rate Limiting Ordering - protocols string[]
- route
Get
Gateway Plugin Rate Limiting Route - service
Get
Gateway Plugin Rate Limiting Service - string[]
- updated
At number
- config
Get
Gateway Plugin Rate Limiting Config - consumer
Get
Gateway Plugin Rate Limiting Consumer - consumer_
group GetGateway Plugin Rate Limiting Consumer Group - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Rate Limiting Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Rate Limiting Route - service
Get
Gateway Plugin Rate Limiting Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- consumer
Group 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
GetGatewayPluginRateLimitingConfig
- Day double
- The number of HTTP requests that can be made per day.
- Error
Code double - Set a custom error code to return when the rate limit is exceeded.
- Error
Message string - Set a custom error message to return when the rate limit is exceeded.
- Fault
Tolerant bool - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party data store. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the data store is working again. Iffalse
, then the clients will see500
errors. - Header
Name string - A string representing an HTTP header name.
- Hide
Client boolHeaders - Optionally hide informative response headers.
- Hour double
- The number of HTTP requests that can be made per hour.
- Limit
By string - The entity that is used when aggregating the limits.
- Minute double
- The number of HTTP requests that can be made per minute.
- Month double
- The number of HTTP requests that can be made per month.
- Path string
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- Policy string
- The rate-limiting policies to use for retrieving and incrementing the limits.
- Redis
Get
Gateway Plugin Rate Limiting Config Redis - Redis configuration
- Second double
- The number of HTTP requests that can be made per second.
- Sync
Rate double - How often to sync counter data to the central data store. A value of -1 results in synchronous behavior.
- Year double
- The number of HTTP requests that can be made per year.
- Day float64
- The number of HTTP requests that can be made per day.
- Error
Code float64 - Set a custom error code to return when the rate limit is exceeded.
- Error
Message string - Set a custom error message to return when the rate limit is exceeded.
- Fault
Tolerant bool - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party data store. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the data store is working again. Iffalse
, then the clients will see500
errors. - Header
Name string - A string representing an HTTP header name.
- Hide
Client boolHeaders - Optionally hide informative response headers.
- Hour float64
- The number of HTTP requests that can be made per hour.
- Limit
By string - The entity that is used when aggregating the limits.
- Minute float64
- The number of HTTP requests that can be made per minute.
- Month float64
- The number of HTTP requests that can be made per month.
- Path string
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- Policy string
- The rate-limiting policies to use for retrieving and incrementing the limits.
- Redis
Get
Gateway Plugin Rate Limiting Config Redis - Redis configuration
- Second float64
- The number of HTTP requests that can be made per second.
- Sync
Rate float64 - How often to sync counter data to the central data store. A value of -1 results in synchronous behavior.
- Year float64
- The number of HTTP requests that can be made per year.
- day Double
- The number of HTTP requests that can be made per day.
- error
Code Double - Set a custom error code to return when the rate limit is exceeded.
- error
Message String - Set a custom error message to return when the rate limit is exceeded.
- fault
Tolerant Boolean - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party data store. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the data store is working again. Iffalse
, then the clients will see500
errors. - header
Name String - A string representing an HTTP header name.
- hide
Client BooleanHeaders - Optionally hide informative response headers.
- hour Double
- The number of HTTP requests that can be made per hour.
- limit
By String - The entity that is used when aggregating the limits.
- minute Double
- The number of HTTP requests that can be made per minute.
- month Double
- The number of HTTP requests that can be made per month.
- path String
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- policy String
- The rate-limiting policies to use for retrieving and incrementing the limits.
- redis
Get
Gateway Plugin Rate Limiting Config Redis - Redis configuration
- second Double
- The number of HTTP requests that can be made per second.
- sync
Rate Double - How often to sync counter data to the central data store. A value of -1 results in synchronous behavior.
- year Double
- The number of HTTP requests that can be made per year.
- day number
- The number of HTTP requests that can be made per day.
- error
Code number - Set a custom error code to return when the rate limit is exceeded.
- error
Message string - Set a custom error message to return when the rate limit is exceeded.
- fault
Tolerant boolean - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party data store. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the data store is working again. Iffalse
, then the clients will see500
errors. - header
Name string - A string representing an HTTP header name.
- hide
Client booleanHeaders - Optionally hide informative response headers.
- hour number
- The number of HTTP requests that can be made per hour.
- limit
By string - The entity that is used when aggregating the limits.
- minute number
- The number of HTTP requests that can be made per minute.
- month number
- The number of HTTP requests that can be made per month.
- path string
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- policy string
- The rate-limiting policies to use for retrieving and incrementing the limits.
- redis
Get
Gateway Plugin Rate Limiting Config Redis - Redis configuration
- second number
- The number of HTTP requests that can be made per second.
- sync
Rate number - How often to sync counter data to the central data store. A value of -1 results in synchronous behavior.
- year number
- The number of HTTP requests that can be made per year.
- day float
- The number of HTTP requests that can be made per day.
- error_
code float - Set a custom error code to return when the rate limit is exceeded.
- error_
message str - Set a custom error message to return when the rate limit is exceeded.
- fault_
tolerant bool - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party data store. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the data store is working again. Iffalse
, then the clients will see500
errors. - header_
name str - A string representing an HTTP header name.
- hide_
client_ boolheaders - Optionally hide informative response headers.
- hour float
- The number of HTTP requests that can be made per hour.
- limit_
by str - The entity that is used when aggregating the limits.
- minute float
- The number of HTTP requests that can be made per minute.
- month float
- The number of HTTP requests that can be made per month.
- path str
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- policy str
- The rate-limiting policies to use for retrieving and incrementing the limits.
- redis
Get
Gateway Plugin Rate Limiting Config Redis - Redis configuration
- second float
- The number of HTTP requests that can be made per second.
- sync_
rate float - How often to sync counter data to the central data store. A value of -1 results in synchronous behavior.
- year float
- The number of HTTP requests that can be made per year.
- day Number
- The number of HTTP requests that can be made per day.
- error
Code Number - Set a custom error code to return when the rate limit is exceeded.
- error
Message String - Set a custom error message to return when the rate limit is exceeded.
- fault
Tolerant Boolean - A boolean value that determines if the requests should be proxied even if Kong has troubles connecting a third-party data store. If
true
, requests will be proxied anyway, effectively disabling the rate-limiting function until the data store is working again. Iffalse
, then the clients will see500
errors. - header
Name String - A string representing an HTTP header name.
- hide
Client BooleanHeaders - Optionally hide informative response headers.
- hour Number
- The number of HTTP requests that can be made per hour.
- limit
By String - The entity that is used when aggregating the limits.
- minute Number
- The number of HTTP requests that can be made per minute.
- month Number
- The number of HTTP requests that can be made per month.
- path String
- A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- policy String
- The rate-limiting policies to use for retrieving and incrementing the limits.
- redis Property Map
- Redis configuration
- second Number
- The number of HTTP requests that can be made per second.
- sync
Rate Number - How often to sync counter data to the central data store. A value of -1 results in synchronous behavior.
- year Number
- The number of HTTP requests that can be made per year.
GetGatewayPluginRateLimitingConfigRedis
- 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
.
GetGatewayPluginRateLimitingConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginRateLimitingConsumerGroup
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginRateLimitingOrdering
GetGatewayPluginRateLimitingOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginRateLimitingOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginRateLimitingRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginRateLimitingService
- 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.