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

konnect.GatewayPluginProxyCache

Explore with Pulumi AI

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

    GatewayPluginProxyCache Resource

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.konnect.GatewayPluginProxyCache;
    import com.pulumi.konnect.GatewayPluginProxyCacheArgs;
    import com.pulumi.konnect.inputs.GatewayPluginProxyCacheConfigArgs;
    import com.pulumi.konnect.inputs.GatewayPluginProxyCacheConfigMemoryArgs;
    import com.pulumi.konnect.inputs.GatewayPluginProxyCacheConsumerArgs;
    import com.pulumi.konnect.inputs.GatewayPluginProxyCacheConsumerGroupArgs;
    import com.pulumi.konnect.inputs.GatewayPluginProxyCacheOrderingArgs;
    import com.pulumi.konnect.inputs.GatewayPluginProxyCacheOrderingAfterArgs;
    import com.pulumi.konnect.inputs.GatewayPluginProxyCacheOrderingBeforeArgs;
    import com.pulumi.konnect.inputs.GatewayPluginProxyCacheRouteArgs;
    import com.pulumi.konnect.inputs.GatewayPluginProxyCacheServiceArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var myGatewaypluginproxycache = new GatewayPluginProxyCache("myGatewaypluginproxycache", GatewayPluginProxyCacheArgs.builder()
                .config(GatewayPluginProxyCacheConfigArgs.builder()
                    .cache_control(false)
                    .cache_ttl(8)
                    .content_type("...")
                    .ignore_uri_case(false)
                    .memory(GatewayPluginProxyCacheConfigMemoryArgs.builder()
                        .dictionaryName("...my_dictionary_name...")
                        .build())
                    .request_method("PATCH")
                    .response_code(411)
                    .response_headers(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .storage_ttl(2)
                    .strategy("memory")
                    .vary_headers("...")
                    .vary_query_params("...")
                    .build())
                .consumer(GatewayPluginProxyCacheConsumerArgs.builder()
                    .id("...my_id...")
                    .build())
                .consumerGroup(GatewayPluginProxyCacheConsumerGroupArgs.builder()
                    .id("...my_id...")
                    .build())
                .controlPlaneId("9524ec7d-36d9-465d-a8c5-83a3c9390458")
                .enabled(true)
                .gatewayPluginProxyCacheId("...my_id...")
                .instanceName("...my_instance_name...")
                .ordering(GatewayPluginProxyCacheOrderingArgs.builder()
                    .after(GatewayPluginProxyCacheOrderingAfterArgs.builder()
                        .access("...")
                        .build())
                    .before(GatewayPluginProxyCacheOrderingBeforeArgs.builder()
                        .access("...")
                        .build())
                    .build())
                .protocols("https")
                .route(GatewayPluginProxyCacheRouteArgs.builder()
                    .id("...my_id...")
                    .build())
                .service(GatewayPluginProxyCacheServiceArgs.builder()
                    .id("...my_id...")
                    .build())
                .tags("...")
                .build());
    
        }
    }
    
    resources:
      myGatewaypluginproxycache:
        type: konnect:GatewayPluginProxyCache
        properties:
          config:
            cache_control: false
            cache_ttl: 8
            content_type:
              - '...'
            ignore_uri_case: false
            memory:
              dictionaryName: '...my_dictionary_name...'
            request_method:
              - PATCH
            response_code:
              - 411
            response_headers:
              age: false
              xCacheKey: true
              xCacheStatus: false
            storage_ttl: 2
            strategy: memory
            vary_headers:
              - '...'
            vary_query_params:
              - '...'
          consumer:
            id: '...my_id...'
          consumerGroup:
            id: '...my_id...'
          controlPlaneId: 9524ec7d-36d9-465d-a8c5-83a3c9390458
          enabled: true
          gatewayPluginProxyCacheId: '...my_id...'
          instanceName: '...my_instance_name...'
          ordering:
            after:
              access:
                - '...'
            before:
              access:
                - '...'
          protocols:
            - https
          route:
            id: '...my_id...'
          service:
            id: '...my_id...'
          tags:
            - '...'
    

    Create GatewayPluginProxyCache Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GatewayPluginProxyCache(name: string, args: GatewayPluginProxyCacheArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayPluginProxyCache(resource_name: str,
                                args: GatewayPluginProxyCacheArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayPluginProxyCache(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                config: Optional[GatewayPluginProxyCacheConfigArgs] = None,
                                control_plane_id: Optional[str] = None,
                                consumer: Optional[GatewayPluginProxyCacheConsumerArgs] = None,
                                consumer_group: Optional[GatewayPluginProxyCacheConsumerGroupArgs] = None,
                                enabled: Optional[bool] = None,
                                gateway_plugin_proxy_cache_id: Optional[str] = None,
                                instance_name: Optional[str] = None,
                                ordering: Optional[GatewayPluginProxyCacheOrderingArgs] = None,
                                protocols: Optional[Sequence[str]] = None,
                                route: Optional[GatewayPluginProxyCacheRouteArgs] = None,
                                service: Optional[GatewayPluginProxyCacheServiceArgs] = None,
                                tags: Optional[Sequence[str]] = None)
    func NewGatewayPluginProxyCache(ctx *Context, name string, args GatewayPluginProxyCacheArgs, opts ...ResourceOption) (*GatewayPluginProxyCache, error)
    public GatewayPluginProxyCache(string name, GatewayPluginProxyCacheArgs args, CustomResourceOptions? opts = null)
    public GatewayPluginProxyCache(String name, GatewayPluginProxyCacheArgs args)
    public GatewayPluginProxyCache(String name, GatewayPluginProxyCacheArgs args, CustomResourceOptions options)
    
    type: konnect:GatewayPluginProxyCache
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args GatewayPluginProxyCacheArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GatewayPluginProxyCacheArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GatewayPluginProxyCacheArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayPluginProxyCacheArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayPluginProxyCacheArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var gatewayPluginProxyCacheResource = new Konnect.GatewayPluginProxyCache("gatewayPluginProxyCacheResource", new()
    {
        Config = new Konnect.Inputs.GatewayPluginProxyCacheConfigArgs
        {
            CacheControl = false,
            CacheTtl = 0,
            ContentTypes = new[]
            {
                "string",
            },
            IgnoreUriCase = false,
            Memory = new Konnect.Inputs.GatewayPluginProxyCacheConfigMemoryArgs
            {
                DictionaryName = "string",
            },
            RequestMethods = new[]
            {
                "string",
            },
            ResponseCodes = new[]
            {
                0,
            },
            ResponseHeaders = new Konnect.Inputs.GatewayPluginProxyCacheConfigResponseHeadersArgs
            {
                Age = false,
                XCacheKey = false,
                XCacheStatus = false,
            },
            StorageTtl = 0,
            Strategy = "string",
            VaryHeaders = new[]
            {
                "string",
            },
            VaryQueryParams = new[]
            {
                "string",
            },
        },
        ControlPlaneId = "string",
        Consumer = new Konnect.Inputs.GatewayPluginProxyCacheConsumerArgs
        {
            Id = "string",
        },
        ConsumerGroup = new Konnect.Inputs.GatewayPluginProxyCacheConsumerGroupArgs
        {
            Id = "string",
        },
        Enabled = false,
        GatewayPluginProxyCacheId = "string",
        InstanceName = "string",
        Ordering = new Konnect.Inputs.GatewayPluginProxyCacheOrderingArgs
        {
            After = new Konnect.Inputs.GatewayPluginProxyCacheOrderingAfterArgs
            {
                Accesses = new[]
                {
                    "string",
                },
            },
            Before = new Konnect.Inputs.GatewayPluginProxyCacheOrderingBeforeArgs
            {
                Accesses = new[]
                {
                    "string",
                },
            },
        },
        Protocols = new[]
        {
            "string",
        },
        Route = new Konnect.Inputs.GatewayPluginProxyCacheRouteArgs
        {
            Id = "string",
        },
        Service = new Konnect.Inputs.GatewayPluginProxyCacheServiceArgs
        {
            Id = "string",
        },
        Tags = new[]
        {
            "string",
        },
    });
    
    example, err := konnect.NewGatewayPluginProxyCache(ctx, "gatewayPluginProxyCacheResource", &konnect.GatewayPluginProxyCacheArgs{
    Config: &.GatewayPluginProxyCacheConfigArgs{
    CacheControl: pulumi.Bool(false),
    CacheTtl: pulumi.Float64(0),
    ContentTypes: pulumi.StringArray{
    pulumi.String("string"),
    },
    IgnoreUriCase: pulumi.Bool(false),
    Memory: &.GatewayPluginProxyCacheConfigMemoryArgs{
    DictionaryName: pulumi.String("string"),
    },
    RequestMethods: pulumi.StringArray{
    pulumi.String("string"),
    },
    ResponseCodes: pulumi.Float64Array{
    pulumi.Float64(0),
    },
    ResponseHeaders: &.GatewayPluginProxyCacheConfigResponseHeadersArgs{
    Age: pulumi.Bool(false),
    XCacheKey: pulumi.Bool(false),
    XCacheStatus: pulumi.Bool(false),
    },
    StorageTtl: pulumi.Float64(0),
    Strategy: pulumi.String("string"),
    VaryHeaders: pulumi.StringArray{
    pulumi.String("string"),
    },
    VaryQueryParams: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    ControlPlaneId: pulumi.String("string"),
    Consumer: &.GatewayPluginProxyCacheConsumerArgs{
    Id: pulumi.String("string"),
    },
    ConsumerGroup: &.GatewayPluginProxyCacheConsumerGroupArgs{
    Id: pulumi.String("string"),
    },
    Enabled: pulumi.Bool(false),
    GatewayPluginProxyCacheId: pulumi.String("string"),
    InstanceName: pulumi.String("string"),
    Ordering: &.GatewayPluginProxyCacheOrderingArgs{
    After: &.GatewayPluginProxyCacheOrderingAfterArgs{
    Accesses: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Before: &.GatewayPluginProxyCacheOrderingBeforeArgs{
    Accesses: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    Protocols: pulumi.StringArray{
    pulumi.String("string"),
    },
    Route: &.GatewayPluginProxyCacheRouteArgs{
    Id: pulumi.String("string"),
    },
    Service: &.GatewayPluginProxyCacheServiceArgs{
    Id: pulumi.String("string"),
    },
    Tags: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var gatewayPluginProxyCacheResource = new GatewayPluginProxyCache("gatewayPluginProxyCacheResource", GatewayPluginProxyCacheArgs.builder()
        .config(GatewayPluginProxyCacheConfigArgs.builder()
            .cacheControl(false)
            .cacheTtl(0)
            .contentTypes("string")
            .ignoreUriCase(false)
            .memory(GatewayPluginProxyCacheConfigMemoryArgs.builder()
                .dictionaryName("string")
                .build())
            .requestMethods("string")
            .responseCodes(0)
            .responseHeaders(GatewayPluginProxyCacheConfigResponseHeadersArgs.builder()
                .age(false)
                .xCacheKey(false)
                .xCacheStatus(false)
                .build())
            .storageTtl(0)
            .strategy("string")
            .varyHeaders("string")
            .varyQueryParams("string")
            .build())
        .controlPlaneId("string")
        .consumer(GatewayPluginProxyCacheConsumerArgs.builder()
            .id("string")
            .build())
        .consumerGroup(GatewayPluginProxyCacheConsumerGroupArgs.builder()
            .id("string")
            .build())
        .enabled(false)
        .gatewayPluginProxyCacheId("string")
        .instanceName("string")
        .ordering(GatewayPluginProxyCacheOrderingArgs.builder()
            .after(GatewayPluginProxyCacheOrderingAfterArgs.builder()
                .accesses("string")
                .build())
            .before(GatewayPluginProxyCacheOrderingBeforeArgs.builder()
                .accesses("string")
                .build())
            .build())
        .protocols("string")
        .route(GatewayPluginProxyCacheRouteArgs.builder()
            .id("string")
            .build())
        .service(GatewayPluginProxyCacheServiceArgs.builder()
            .id("string")
            .build())
        .tags("string")
        .build());
    
    gateway_plugin_proxy_cache_resource = konnect.GatewayPluginProxyCache("gatewayPluginProxyCacheResource",
        config={
            "cache_control": False,
            "cache_ttl": 0,
            "content_types": ["string"],
            "ignore_uri_case": False,
            "memory": {
                "dictionary_name": "string",
            },
            "request_methods": ["string"],
            "response_codes": [0],
            "response_headers": {
                "age": False,
                "x_cache_key": False,
                "x_cache_status": False,
            },
            "storage_ttl": 0,
            "strategy": "string",
            "vary_headers": ["string"],
            "vary_query_params": ["string"],
        },
        control_plane_id="string",
        consumer={
            "id": "string",
        },
        consumer_group={
            "id": "string",
        },
        enabled=False,
        gateway_plugin_proxy_cache_id="string",
        instance_name="string",
        ordering={
            "after": {
                "accesses": ["string"],
            },
            "before": {
                "accesses": ["string"],
            },
        },
        protocols=["string"],
        route={
            "id": "string",
        },
        service={
            "id": "string",
        },
        tags=["string"])
    
    const gatewayPluginProxyCacheResource = new konnect.GatewayPluginProxyCache("gatewayPluginProxyCacheResource", {
        config: {
            cacheControl: false,
            cacheTtl: 0,
            contentTypes: ["string"],
            ignoreUriCase: false,
            memory: {
                dictionaryName: "string",
            },
            requestMethods: ["string"],
            responseCodes: [0],
            responseHeaders: {
                age: false,
                xCacheKey: false,
                xCacheStatus: false,
            },
            storageTtl: 0,
            strategy: "string",
            varyHeaders: ["string"],
            varyQueryParams: ["string"],
        },
        controlPlaneId: "string",
        consumer: {
            id: "string",
        },
        consumerGroup: {
            id: "string",
        },
        enabled: false,
        gatewayPluginProxyCacheId: "string",
        instanceName: "string",
        ordering: {
            after: {
                accesses: ["string"],
            },
            before: {
                accesses: ["string"],
            },
        },
        protocols: ["string"],
        route: {
            id: "string",
        },
        service: {
            id: "string",
        },
        tags: ["string"],
    });
    
    type: konnect:GatewayPluginProxyCache
    properties:
        config:
            cacheControl: false
            cacheTtl: 0
            contentTypes:
                - string
            ignoreUriCase: false
            memory:
                dictionaryName: string
            requestMethods:
                - string
            responseCodes:
                - 0
            responseHeaders:
                age: false
                xCacheKey: false
                xCacheStatus: false
            storageTtl: 0
            strategy: string
            varyHeaders:
                - string
            varyQueryParams:
                - string
        consumer:
            id: string
        consumerGroup:
            id: string
        controlPlaneId: string
        enabled: false
        gatewayPluginProxyCacheId: string
        instanceName: string
        ordering:
            after:
                accesses:
                    - string
            before:
                accesses:
                    - string
        protocols:
            - string
        route:
            id: string
        service:
            id: string
        tags:
            - string
    

    GatewayPluginProxyCache Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GatewayPluginProxyCache resource accepts the following input properties:

    Config GatewayPluginProxyCacheConfig
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    Consumer GatewayPluginProxyCacheConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    ConsumerGroup GatewayPluginProxyCacheConsumerGroup
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginProxyCacheId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginProxyCacheOrdering
    Protocols List<string>
    A set of strings representing protocols.
    Route GatewayPluginProxyCacheRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginProxyCacheService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags List<string>
    An optional set of strings associated with the Plugin for grouping and filtering.
    Config GatewayPluginProxyCacheConfigArgs
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    Consumer GatewayPluginProxyCacheConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    ConsumerGroup GatewayPluginProxyCacheConsumerGroupArgs
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginProxyCacheId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginProxyCacheOrderingArgs
    Protocols []string
    A set of strings representing protocols.
    Route GatewayPluginProxyCacheRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginProxyCacheServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags []string
    An optional set of strings associated with the Plugin for grouping and filtering.
    config GatewayPluginProxyCacheConfig
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer GatewayPluginProxyCacheConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    consumerGroup GatewayPluginProxyCacheConsumerGroup
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginProxyCacheId String
    The ID of this resource.
    instanceName String
    ordering GatewayPluginProxyCacheOrdering
    protocols List<String>
    A set of strings representing protocols.
    route GatewayPluginProxyCacheRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginProxyCacheService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    config GatewayPluginProxyCacheConfig
    controlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer GatewayPluginProxyCacheConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    consumerGroup GatewayPluginProxyCacheConsumerGroup
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    enabled boolean
    Whether the plugin is applied.
    gatewayPluginProxyCacheId string
    The ID of this resource.
    instanceName string
    ordering GatewayPluginProxyCacheOrdering
    protocols string[]
    A set of strings representing protocols.
    route GatewayPluginProxyCacheRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginProxyCacheService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags string[]
    An optional set of strings associated with the Plugin for grouping and filtering.
    config GatewayPluginProxyCacheConfigArgs
    control_plane_id str
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer GatewayPluginProxyCacheConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    consumer_group GatewayPluginProxyCacheConsumerGroupArgs
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    enabled bool
    Whether the plugin is applied.
    gateway_plugin_proxy_cache_id str
    The ID of this resource.
    instance_name str
    ordering GatewayPluginProxyCacheOrderingArgs
    protocols Sequence[str]
    A set of strings representing protocols.
    route GatewayPluginProxyCacheRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginProxyCacheServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags Sequence[str]
    An optional set of strings associated with the Plugin for grouping and filtering.
    config Property Map
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    consumer Property Map
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    consumerGroup Property Map
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginProxyCacheId String
    The ID of this resource.
    instanceName String
    ordering Property Map
    protocols List<String>
    A set of strings representing protocols.
    route Property Map
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service Property Map
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GatewayPluginProxyCache resource produces the following output properties:

    CreatedAt double
    Unix epoch when the resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt double
    Unix epoch when the resource was last updated.
    CreatedAt float64
    Unix epoch when the resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt float64
    Unix epoch when the resource was last updated.
    createdAt Double
    Unix epoch when the resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt Double
    Unix epoch when the resource was last updated.
    createdAt number
    Unix epoch when the resource was created.
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt number
    Unix epoch when the resource was last updated.
    created_at float
    Unix epoch when the resource was created.
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at float
    Unix epoch when the resource was last updated.
    createdAt Number
    Unix epoch when the resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt Number
    Unix epoch when the resource was last updated.

    Look up Existing GatewayPluginProxyCache Resource

    Get an existing GatewayPluginProxyCache resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: GatewayPluginProxyCacheState, opts?: CustomResourceOptions): GatewayPluginProxyCache
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            config: Optional[GatewayPluginProxyCacheConfigArgs] = None,
            consumer: Optional[GatewayPluginProxyCacheConsumerArgs] = None,
            consumer_group: Optional[GatewayPluginProxyCacheConsumerGroupArgs] = None,
            control_plane_id: Optional[str] = None,
            created_at: Optional[float] = None,
            enabled: Optional[bool] = None,
            gateway_plugin_proxy_cache_id: Optional[str] = None,
            instance_name: Optional[str] = None,
            ordering: Optional[GatewayPluginProxyCacheOrderingArgs] = None,
            protocols: Optional[Sequence[str]] = None,
            route: Optional[GatewayPluginProxyCacheRouteArgs] = None,
            service: Optional[GatewayPluginProxyCacheServiceArgs] = None,
            tags: Optional[Sequence[str]] = None,
            updated_at: Optional[float] = None) -> GatewayPluginProxyCache
    func GetGatewayPluginProxyCache(ctx *Context, name string, id IDInput, state *GatewayPluginProxyCacheState, opts ...ResourceOption) (*GatewayPluginProxyCache, error)
    public static GatewayPluginProxyCache Get(string name, Input<string> id, GatewayPluginProxyCacheState? state, CustomResourceOptions? opts = null)
    public static GatewayPluginProxyCache get(String name, Output<String> id, GatewayPluginProxyCacheState state, CustomResourceOptions options)
    resources:  _:    type: konnect:GatewayPluginProxyCache    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Config GatewayPluginProxyCacheConfig
    Consumer GatewayPluginProxyCacheConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    ConsumerGroup GatewayPluginProxyCacheConsumerGroup
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    CreatedAt double
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginProxyCacheId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginProxyCacheOrdering
    Protocols List<string>
    A set of strings representing protocols.
    Route GatewayPluginProxyCacheRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginProxyCacheService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags List<string>
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt double
    Unix epoch when the resource was last updated.
    Config GatewayPluginProxyCacheConfigArgs
    Consumer GatewayPluginProxyCacheConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    ConsumerGroup GatewayPluginProxyCacheConsumerGroupArgs
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    ControlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    CreatedAt float64
    Unix epoch when the resource was created.
    Enabled bool
    Whether the plugin is applied.
    GatewayPluginProxyCacheId string
    The ID of this resource.
    InstanceName string
    Ordering GatewayPluginProxyCacheOrderingArgs
    Protocols []string
    A set of strings representing protocols.
    Route GatewayPluginProxyCacheRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    Service GatewayPluginProxyCacheServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    Tags []string
    An optional set of strings associated with the Plugin for grouping and filtering.
    UpdatedAt float64
    Unix epoch when the resource was last updated.
    config GatewayPluginProxyCacheConfig
    consumer GatewayPluginProxyCacheConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    consumerGroup GatewayPluginProxyCacheConsumerGroup
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt Double
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginProxyCacheId String
    The ID of this resource.
    instanceName String
    ordering GatewayPluginProxyCacheOrdering
    protocols List<String>
    A set of strings representing protocols.
    route GatewayPluginProxyCacheRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginProxyCacheService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Double
    Unix epoch when the resource was last updated.
    config GatewayPluginProxyCacheConfig
    consumer GatewayPluginProxyCacheConsumer
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    consumerGroup GatewayPluginProxyCacheConsumerGroup
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    controlPlaneId string
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt number
    Unix epoch when the resource was created.
    enabled boolean
    Whether the plugin is applied.
    gatewayPluginProxyCacheId string
    The ID of this resource.
    instanceName string
    ordering GatewayPluginProxyCacheOrdering
    protocols string[]
    A set of strings representing protocols.
    route GatewayPluginProxyCacheRoute
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginProxyCacheService
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags string[]
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt number
    Unix epoch when the resource was last updated.
    config GatewayPluginProxyCacheConfigArgs
    consumer GatewayPluginProxyCacheConsumerArgs
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    consumer_group GatewayPluginProxyCacheConsumerGroupArgs
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    control_plane_id str
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    created_at float
    Unix epoch when the resource was created.
    enabled bool
    Whether the plugin is applied.
    gateway_plugin_proxy_cache_id str
    The ID of this resource.
    instance_name str
    ordering GatewayPluginProxyCacheOrderingArgs
    protocols Sequence[str]
    A set of strings representing protocols.
    route GatewayPluginProxyCacheRouteArgs
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service GatewayPluginProxyCacheServiceArgs
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags Sequence[str]
    An optional set of strings associated with the Plugin for grouping and filtering.
    updated_at float
    Unix epoch when the resource was last updated.
    config Property Map
    consumer Property Map
    If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer.
    consumerGroup Property Map
    If set, the plugin will activate only for requests where the specified consumer group has been authenticated. (Note that some plugins can not be restricted to consumers groups this way.). Leave unset for the plugin to activate regardless of the authenticated Consumer Groups
    controlPlaneId String
    The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
    createdAt Number
    Unix epoch when the resource was created.
    enabled Boolean
    Whether the plugin is applied.
    gatewayPluginProxyCacheId String
    The ID of this resource.
    instanceName String
    ordering Property Map
    protocols List<String>
    A set of strings representing protocols.
    route Property Map
    If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.
    service Property Map
    If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.
    tags List<String>
    An optional set of strings associated with the Plugin for grouping and filtering.
    updatedAt Number
    Unix epoch when the resource was last updated.

    Supporting Types

    GatewayPluginProxyCacheConfig, GatewayPluginProxyCacheConfigArgs

    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 GatewayPluginProxyCacheConfigMemory
    RequestMethods List<string>
    Downstream request methods considered cacheable.
    ResponseCodes List<double>
    Upstream response status code considered cacheable.
    ResponseHeaders GatewayPluginProxyCacheConfigResponseHeaders
    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. must be "memory"
    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 GatewayPluginProxyCacheConfigMemory
    RequestMethods []string
    Downstream request methods considered cacheable.
    ResponseCodes []float64
    Upstream response status code considered cacheable.
    ResponseHeaders GatewayPluginProxyCacheConfigResponseHeaders
    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. must be "memory"
    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 GatewayPluginProxyCacheConfigMemory
    requestMethods List<String>
    Downstream request methods considered cacheable.
    responseCodes List<Double>
    Upstream response status code considered cacheable.
    responseHeaders GatewayPluginProxyCacheConfigResponseHeaders
    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. must be "memory"
    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 GatewayPluginProxyCacheConfigMemory
    requestMethods string[]
    Downstream request methods considered cacheable.
    responseCodes number[]
    Upstream response status code considered cacheable.
    responseHeaders GatewayPluginProxyCacheConfigResponseHeaders
    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. must be "memory"
    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 GatewayPluginProxyCacheConfigMemory
    request_methods Sequence[str]
    Downstream request methods considered cacheable.
    response_codes Sequence[float]
    Upstream response status code considered cacheable.
    response_headers GatewayPluginProxyCacheConfigResponseHeaders
    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. must be "memory"
    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. must be "memory"
    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.

    GatewayPluginProxyCacheConfigMemory, GatewayPluginProxyCacheConfigMemoryArgs

    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.

    GatewayPluginProxyCacheConfigResponseHeaders, GatewayPluginProxyCacheConfigResponseHeadersArgs

    age Boolean
    xCacheKey Boolean
    xCacheStatus Boolean
    age boolean
    xCacheKey boolean
    xCacheStatus boolean
    age Boolean
    xCacheKey Boolean
    xCacheStatus Boolean

    GatewayPluginProxyCacheConsumer, GatewayPluginProxyCacheConsumerArgs

    Id string
    Id string
    id String
    id string
    id str
    id String

    GatewayPluginProxyCacheConsumerGroup, GatewayPluginProxyCacheConsumerGroupArgs

    Id string
    Id string
    id String
    id string
    id str
    id String

    GatewayPluginProxyCacheOrdering, GatewayPluginProxyCacheOrderingArgs

    GatewayPluginProxyCacheOrderingAfter, GatewayPluginProxyCacheOrderingAfterArgs

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GatewayPluginProxyCacheOrderingBefore, GatewayPluginProxyCacheOrderingBeforeArgs

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GatewayPluginProxyCacheRoute, GatewayPluginProxyCacheRouteArgs

    Id string
    Id string
    id String
    id string
    id str
    id String

    GatewayPluginProxyCacheService, GatewayPluginProxyCacheServiceArgs

    Id string
    Id string
    id String
    id string
    id str
    id String

    Import

    $ pulumi import konnect:index/gatewayPluginProxyCache:GatewayPluginProxyCache my_konnect_gateway_plugin_proxy_cache "{ \"control_plane_id\": \"9524ec7d-36d9-465d-a8c5-83a3c9390458\", \"plugin_id\": \"3473c251-5b6c-4f45-b1ff-7ede735a366d\"}"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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