konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginProxyCache
Explore with Pulumi AI
Using getGatewayPluginProxyCache
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 getGatewayPluginProxyCache(args: GetGatewayPluginProxyCacheArgs, opts?: InvokeOptions): Promise<GetGatewayPluginProxyCacheResult>
function getGatewayPluginProxyCacheOutput(args: GetGatewayPluginProxyCacheOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginProxyCacheResult>
def get_gateway_plugin_proxy_cache(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginProxyCacheResult
def get_gateway_plugin_proxy_cache_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginProxyCacheResult]
func LookupGatewayPluginProxyCache(ctx *Context, args *LookupGatewayPluginProxyCacheArgs, opts ...InvokeOption) (*LookupGatewayPluginProxyCacheResult, error)
func LookupGatewayPluginProxyCacheOutput(ctx *Context, args *LookupGatewayPluginProxyCacheOutputArgs, opts ...InvokeOption) LookupGatewayPluginProxyCacheResultOutput
> Note: This function is named LookupGatewayPluginProxyCache
in the Go SDK.
public static class GetGatewayPluginProxyCache
{
public static Task<GetGatewayPluginProxyCacheResult> InvokeAsync(GetGatewayPluginProxyCacheArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginProxyCacheResult> Invoke(GetGatewayPluginProxyCacheInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginProxyCacheResult> getGatewayPluginProxyCache(GetGatewayPluginProxyCacheArgs args, InvokeOptions options)
public static Output<GetGatewayPluginProxyCacheResult> getGatewayPluginProxyCache(GetGatewayPluginProxyCacheArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginProxyCache:getGatewayPluginProxyCache
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
getGatewayPluginProxyCache Result
The following output properties are available:
- Config
Get
Gateway Plugin Proxy Cache Config - Consumer
Get
Gateway Plugin Proxy Cache Consumer - Consumer
Group GetGateway Plugin Proxy Cache Consumer Group - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Proxy Cache Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Proxy Cache Route - Service
Get
Gateway Plugin Proxy Cache Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Proxy Cache Config - Consumer
Get
Gateway Plugin Proxy Cache Consumer - Consumer
Group GetGateway Plugin Proxy Cache Consumer Group - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Proxy Cache Ordering - Protocols []string
- Route
Get
Gateway Plugin Proxy Cache Route - Service
Get
Gateway Plugin Proxy Cache Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Proxy Cache Config - consumer
Get
Gateway Plugin Proxy Cache Consumer - consumer
Group GetGateway Plugin Proxy Cache Consumer Group - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Proxy Cache Ordering - protocols List<String>
- route
Get
Gateway Plugin Proxy Cache Route - service
Get
Gateway Plugin Proxy Cache Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Proxy Cache Config - consumer
Get
Gateway Plugin Proxy Cache Consumer - consumer
Group GetGateway Plugin Proxy Cache Consumer Group - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Proxy Cache Ordering - protocols string[]
- route
Get
Gateway Plugin Proxy Cache Route - service
Get
Gateway Plugin Proxy Cache Service - string[]
- updated
At number
- config
Get
Gateway Plugin Proxy Cache Config - consumer
Get
Gateway Plugin Proxy Cache Consumer - consumer_
group GetGateway Plugin Proxy Cache Consumer Group - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Proxy Cache Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Proxy Cache Route - service
Get
Gateway Plugin Proxy Cache 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
GetGatewayPluginProxyCacheConfig
- Cache
Control bool - When enabled, respect the Cache-Control behaviors defined in RFC7234.
- Cache
Ttl double - TTL, in seconds, of cache entities.
- Content
Types List<string> - Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
- Ignore
Uri boolCase - Memory
Get
Gateway Plugin Proxy Cache Config Memory - Request
Methods List<string> - Downstream request methods considered cacheable.
- Response
Codes List<double> - Upstream response status code considered cacheable.
- Response
Headers GetGateway Plugin Proxy Cache Config Response Headers - Caching related diagnostic headers that should be included in cached responses
- Storage
Ttl double - Number of seconds to keep resources in the storage backend. This value is independent of
cache_ttl
or resource TTLs defined by Cache-Control behaviors. - Strategy string
- The backing data store in which to hold cache entities.
- Vary
Headers List<string> - Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
- Vary
Query List<string>Params - Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
- Cache
Control bool - When enabled, respect the Cache-Control behaviors defined in RFC7234.
- Cache
Ttl float64 - TTL, in seconds, of cache entities.
- Content
Types []string - Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
- Ignore
Uri boolCase - Memory
Get
Gateway Plugin Proxy Cache Config Memory - Request
Methods []string - Downstream request methods considered cacheable.
- Response
Codes []float64 - Upstream response status code considered cacheable.
- Response
Headers GetGateway Plugin Proxy Cache Config Response Headers - Caching related diagnostic headers that should be included in cached responses
- Storage
Ttl float64 - Number of seconds to keep resources in the storage backend. This value is independent of
cache_ttl
or resource TTLs defined by Cache-Control behaviors. - Strategy string
- The backing data store in which to hold cache entities.
- Vary
Headers []string - Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
- Vary
Query []stringParams - Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
- cache
Control Boolean - When enabled, respect the Cache-Control behaviors defined in RFC7234.
- cache
Ttl Double - TTL, in seconds, of cache entities.
- content
Types List<String> - Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
- ignore
Uri BooleanCase - memory
Get
Gateway Plugin Proxy Cache Config Memory - request
Methods List<String> - Downstream request methods considered cacheable.
- response
Codes List<Double> - Upstream response status code considered cacheable.
- response
Headers GetGateway Plugin Proxy Cache Config Response Headers - Caching related diagnostic headers that should be included in cached responses
- storage
Ttl Double - Number of seconds to keep resources in the storage backend. This value is independent of
cache_ttl
or resource TTLs defined by Cache-Control behaviors. - strategy String
- The backing data store in which to hold cache entities.
- vary
Headers List<String> - Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
- vary
Query List<String>Params - Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
- cache
Control boolean - When enabled, respect the Cache-Control behaviors defined in RFC7234.
- cache
Ttl number - TTL, in seconds, of cache entities.
- content
Types string[] - Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
- ignore
Uri booleanCase - memory
Get
Gateway Plugin Proxy Cache Config Memory - request
Methods string[] - Downstream request methods considered cacheable.
- response
Codes number[] - Upstream response status code considered cacheable.
- response
Headers GetGateway Plugin Proxy Cache Config Response Headers - Caching related diagnostic headers that should be included in cached responses
- storage
Ttl number - Number of seconds to keep resources in the storage backend. This value is independent of
cache_ttl
or resource TTLs defined by Cache-Control behaviors. - strategy string
- The backing data store in which to hold cache entities.
- vary
Headers string[] - Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
- vary
Query string[]Params - Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
- cache_
control bool - When enabled, respect the Cache-Control behaviors defined in RFC7234.
- cache_
ttl float - TTL, in seconds, of cache entities.
- content_
types Sequence[str] - Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
- ignore_
uri_ boolcase - memory
Get
Gateway Plugin Proxy Cache Config Memory - request_
methods Sequence[str] - Downstream request methods considered cacheable.
- response_
codes Sequence[float] - Upstream response status code considered cacheable.
- response_
headers GetGateway Plugin Proxy Cache Config Response Headers - Caching related diagnostic headers that should be included in cached responses
- storage_
ttl float - Number of seconds to keep resources in the storage backend. This value is independent of
cache_ttl
or resource TTLs defined by Cache-Control behaviors. - strategy str
- The backing data store in which to hold cache entities.
- vary_
headers Sequence[str] - Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
- vary_
query_ Sequence[str]params - Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
- cache
Control Boolean - When enabled, respect the Cache-Control behaviors defined in RFC7234.
- cache
Ttl Number - TTL, in seconds, of cache entities.
- content
Types List<String> - Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
- ignore
Uri BooleanCase - memory Property Map
- request
Methods List<String> - Downstream request methods considered cacheable.
- response
Codes List<Number> - Upstream response status code considered cacheable.
- response
Headers Property Map - Caching related diagnostic headers that should be included in cached responses
- storage
Ttl Number - Number of seconds to keep resources in the storage backend. This value is independent of
cache_ttl
or resource TTLs defined by Cache-Control behaviors. - strategy String
- The backing data store in which to hold cache entities.
- vary
Headers List<String> - Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
- vary
Query List<String>Params - Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
GetGatewayPluginProxyCacheConfigMemory
- Dictionary
Name string - The name of the shared dictionary in which to hold cache entities when the memory strategy is selected. Note that this dictionary currently must be defined manually in the Kong Nginx template.
- Dictionary
Name string - The name of the shared dictionary in which to hold cache entities when the memory strategy is selected. Note that this dictionary currently must be defined manually in the Kong Nginx template.
- dictionary
Name String - The name of the shared dictionary in which to hold cache entities when the memory strategy is selected. Note that this dictionary currently must be defined manually in the Kong Nginx template.
- dictionary
Name string - The name of the shared dictionary in which to hold cache entities when the memory strategy is selected. Note that this dictionary currently must be defined manually in the Kong Nginx template.
- dictionary_
name str - The name of the shared dictionary in which to hold cache entities when the memory strategy is selected. Note that this dictionary currently must be defined manually in the Kong Nginx template.
- dictionary
Name String - The name of the shared dictionary in which to hold cache entities when the memory strategy is selected. Note that this dictionary currently must be defined manually in the Kong Nginx template.
GetGatewayPluginProxyCacheConfigResponseHeaders
- Age bool
- XCache
Key bool - XCache
Status bool
- Age bool
- XCache
Key bool - XCache
Status bool
- age Boolean
- x
Cache BooleanKey - x
Cache BooleanStatus
- age boolean
- x
Cache booleanKey - x
Cache booleanStatus
- age bool
- x_
cache_ boolkey - x_
cache_ boolstatus
- age Boolean
- x
Cache BooleanKey - x
Cache BooleanStatus
GetGatewayPluginProxyCacheConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginProxyCacheConsumerGroup
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginProxyCacheOrdering
GetGatewayPluginProxyCacheOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginProxyCacheOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginProxyCacheRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginProxyCacheService
- 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.