1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginProxyCache
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginProxyCache

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    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:

    getGatewayPluginProxyCache Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginProxyCacheConfig

    CacheControl bool
    When enabled, respect the Cache-Control behaviors defined in RFC7234.
    CacheTtl double
    TTL, in seconds, of cache entities.
    ContentTypes List<string>
    Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
    IgnoreUriCase bool
    Memory GetGatewayPluginProxyCacheConfigMemory
    RequestMethods List<string>
    Downstream request methods considered cacheable.
    ResponseCodes List<double>
    Upstream response status code considered cacheable.
    ResponseHeaders GetGatewayPluginProxyCacheConfigResponseHeaders
    Caching related diagnostic headers that should be included in cached responses
    StorageTtl 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.
    VaryHeaders List<string>
    Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
    VaryQueryParams List<string>
    Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
    CacheControl bool
    When enabled, respect the Cache-Control behaviors defined in RFC7234.
    CacheTtl float64
    TTL, in seconds, of cache entities.
    ContentTypes []string
    Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
    IgnoreUriCase bool
    Memory GetGatewayPluginProxyCacheConfigMemory
    RequestMethods []string
    Downstream request methods considered cacheable.
    ResponseCodes []float64
    Upstream response status code considered cacheable.
    ResponseHeaders GetGatewayPluginProxyCacheConfigResponseHeaders
    Caching related diagnostic headers that should be included in cached responses
    StorageTtl 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.
    VaryHeaders []string
    Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
    VaryQueryParams []string
    Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
    cacheControl Boolean
    When enabled, respect the Cache-Control behaviors defined in RFC7234.
    cacheTtl Double
    TTL, in seconds, of cache entities.
    contentTypes List<String>
    Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
    ignoreUriCase Boolean
    memory GetGatewayPluginProxyCacheConfigMemory
    requestMethods List<String>
    Downstream request methods considered cacheable.
    responseCodes List<Double>
    Upstream response status code considered cacheable.
    responseHeaders GetGatewayPluginProxyCacheConfigResponseHeaders
    Caching related diagnostic headers that should be included in cached responses
    storageTtl 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.
    varyHeaders List<String>
    Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
    varyQueryParams List<String>
    Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
    cacheControl boolean
    When enabled, respect the Cache-Control behaviors defined in RFC7234.
    cacheTtl number
    TTL, in seconds, of cache entities.
    contentTypes string[]
    Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
    ignoreUriCase boolean
    memory GetGatewayPluginProxyCacheConfigMemory
    requestMethods string[]
    Downstream request methods considered cacheable.
    responseCodes number[]
    Upstream response status code considered cacheable.
    responseHeaders GetGatewayPluginProxyCacheConfigResponseHeaders
    Caching related diagnostic headers that should be included in cached responses
    storageTtl 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.
    varyHeaders string[]
    Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
    varyQueryParams string[]
    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_case bool
    memory GetGatewayPluginProxyCacheConfigMemory
    request_methods Sequence[str]
    Downstream request methods considered cacheable.
    response_codes Sequence[float]
    Upstream response status code considered cacheable.
    response_headers GetGatewayPluginProxyCacheConfigResponseHeaders
    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_params Sequence[str]
    Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.
    cacheControl Boolean
    When enabled, respect the Cache-Control behaviors defined in RFC7234.
    cacheTtl Number
    TTL, in seconds, of cache entities.
    contentTypes List<String>
    Upstream response content types considered cacheable. The plugin performs an exact match against each specified value.
    ignoreUriCase Boolean
    memory Property Map
    requestMethods List<String>
    Downstream request methods considered cacheable.
    responseCodes List<Number>
    Upstream response status code considered cacheable.
    responseHeaders Property Map
    Caching related diagnostic headers that should be included in cached responses
    storageTtl 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.
    varyHeaders List<String>
    Relevant headers considered for the cache key. If undefined, none of the headers are taken into consideration.
    varyQueryParams List<String>
    Relevant query parameters considered for the cache key. If undefined, all params are taken into consideration.

    GetGatewayPluginProxyCacheConfigMemory

    DictionaryName 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.
    DictionaryName 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.
    dictionaryName 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.
    dictionaryName 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.
    dictionaryName 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 Boolean
    xCacheKey Boolean
    xCacheStatus Boolean
    age boolean
    xCacheKey boolean
    xCacheStatus boolean
    age Boolean
    xCacheKey Boolean
    xCacheStatus Boolean

    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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong