konnect.GatewayPluginProxyCache
Explore with Pulumi AI
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
Gateway
Plugin Proxy Cache Config - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Consumer
Gateway
Plugin Proxy Cache Consumer - 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 GatewayPlugin Proxy Cache Consumer Group - 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 stringProxy Cache Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Proxy Cache Ordering - Protocols List<string>
- A set of strings representing protocols.
- Route
Gateway
Plugin Proxy Cache Route - 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
Gateway
Plugin Proxy Cache Service - 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.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Config
Gateway
Plugin Proxy Cache Config Args - Control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Consumer
Gateway
Plugin Proxy Cache Consumer Args - 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 GatewayPlugin Proxy Cache Consumer Group Args - 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 stringProxy Cache Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Proxy Cache Ordering Args - Protocols []string
- A set of strings representing protocols.
- Route
Gateway
Plugin Proxy Cache Route Args - 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
Gateway
Plugin Proxy Cache Service Args - 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.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Proxy Cache Config - control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- consumer
Gateway
Plugin Proxy Cache Consumer - 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 GatewayPlugin Proxy Cache Consumer Group - 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.
- gateway
Plugin StringProxy Cache Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Proxy Cache Ordering - protocols List<String>
- A set of strings representing protocols.
- route
Gateway
Plugin Proxy Cache Route - 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
Gateway
Plugin Proxy Cache Service - 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Proxy Cache Config - control
Plane stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- consumer
Gateway
Plugin Proxy Cache Consumer - 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 GatewayPlugin Proxy Cache Consumer Group - 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.
- gateway
Plugin stringProxy Cache Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Proxy Cache Ordering - protocols string[]
- A set of strings representing protocols.
- route
Gateway
Plugin Proxy Cache Route - 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
Gateway
Plugin Proxy Cache Service - 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.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- config
Gateway
Plugin Proxy Cache Config Args - control_
plane_ strid - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- consumer
Gateway
Plugin Proxy Cache Consumer Args - 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 GatewayPlugin Proxy Cache Consumer Group Args - 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_ strproxy_ cache_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Proxy Cache Ordering Args - protocols Sequence[str]
- A set of strings representing protocols.
- route
Gateway
Plugin Proxy Cache Route Args - 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
Gateway
Plugin Proxy Cache Service Args - 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.
- Sequence[str]
- An optional set of strings associated with the Plugin for grouping and filtering.
- config Property Map
- control
Plane StringId - 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.
- consumer
Group 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.
- gateway
Plugin StringProxy Cache Id - The ID of this resource.
- instance
Name 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.
- 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:
- 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.
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.
- Config
Gateway
Plugin Proxy Cache Config - Consumer
Gateway
Plugin Proxy Cache Consumer - 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 GatewayPlugin Proxy Cache Consumer Group - 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 stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At double - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringProxy Cache Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Proxy Cache Ordering - Protocols List<string>
- A set of strings representing protocols.
- Route
Gateway
Plugin Proxy Cache Route - 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
Gateway
Plugin Proxy Cache Service - 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.
- List<string>
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At double - Unix epoch when the resource was last updated.
- Config
Gateway
Plugin Proxy Cache Config Args - Consumer
Gateway
Plugin Proxy Cache Consumer Args - 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 GatewayPlugin Proxy Cache Consumer Group Args - 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 stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- Created
At float64 - Unix epoch when the resource was created.
- Enabled bool
- Whether the plugin is applied.
- Gateway
Plugin stringProxy Cache Id - The ID of this resource.
- Instance
Name string - Ordering
Gateway
Plugin Proxy Cache Ordering Args - Protocols []string
- A set of strings representing protocols.
- Route
Gateway
Plugin Proxy Cache Route Args - 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
Gateway
Plugin Proxy Cache Service Args - 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.
- []string
- An optional set of strings associated with the Plugin for grouping and filtering.
- Updated
At float64 - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Proxy Cache Config - consumer
Gateway
Plugin Proxy Cache Consumer - 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 GatewayPlugin Proxy Cache Consumer Group - 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 StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Double - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringProxy Cache Id - The ID of this resource.
- instance
Name String - ordering
Gateway
Plugin Proxy Cache Ordering - protocols List<String>
- A set of strings representing protocols.
- route
Gateway
Plugin Proxy Cache Route - 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
Gateway
Plugin Proxy Cache Service - 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Double - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Proxy Cache Config - consumer
Gateway
Plugin Proxy Cache Consumer - 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 GatewayPlugin Proxy Cache Consumer Group - 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 stringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At number - Unix epoch when the resource was created.
- enabled boolean
- Whether the plugin is applied.
- gateway
Plugin stringProxy Cache Id - The ID of this resource.
- instance
Name string - ordering
Gateway
Plugin Proxy Cache Ordering - protocols string[]
- A set of strings representing protocols.
- route
Gateway
Plugin Proxy Cache Route - 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
Gateway
Plugin Proxy Cache Service - 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.
- string[]
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At number - Unix epoch when the resource was last updated.
- config
Gateway
Plugin Proxy Cache Config Args - consumer
Gateway
Plugin Proxy Cache Consumer Args - 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 GatewayPlugin Proxy Cache Consumer Group Args - 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_ strid - 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_ strproxy_ cache_ id - The ID of this resource.
- instance_
name str - ordering
Gateway
Plugin Proxy Cache Ordering Args - protocols Sequence[str]
- A set of strings representing protocols.
- route
Gateway
Plugin Proxy Cache Route Args - 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
Gateway
Plugin Proxy Cache Service Args - 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.
- 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.
- consumer
Group 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
- control
Plane StringId - The UUID of your control plane. This variable is available in the Konnect manager. Requires replacement if changed.
- created
At Number - Unix epoch when the resource was created.
- enabled Boolean
- Whether the plugin is applied.
- gateway
Plugin StringProxy Cache Id - The ID of this resource.
- instance
Name 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.
- List<String>
- An optional set of strings associated with the Plugin for grouping and filtering.
- updated
At Number - Unix epoch when the resource was last updated.
Supporting Types
GatewayPluginProxyCacheConfig, GatewayPluginProxyCacheConfigArgs
- 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
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 GatewayPlugin 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. must be "memory"
- 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
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 GatewayPlugin 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. must be "memory"
- 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
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 GatewayPlugin 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. must be "memory"
- 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
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 GatewayPlugin 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. must be "memory"
- 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
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 GatewayPlugin 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. 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_ 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. must be "memory"
- 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.
GatewayPluginProxyCacheConfigMemory, GatewayPluginProxyCacheConfigMemoryArgs
- 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.
GatewayPluginProxyCacheConfigResponseHeaders, GatewayPluginProxyCacheConfigResponseHeadersArgs
- 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
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.