konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginSession
Explore with Pulumi AI
Using getGatewayPluginSession
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGatewayPluginSession(args: GetGatewayPluginSessionArgs, opts?: InvokeOptions): Promise<GetGatewayPluginSessionResult>
function getGatewayPluginSessionOutput(args: GetGatewayPluginSessionOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginSessionResult>
def get_gateway_plugin_session(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginSessionResult
def get_gateway_plugin_session_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginSessionResult]
func LookupGatewayPluginSession(ctx *Context, args *LookupGatewayPluginSessionArgs, opts ...InvokeOption) (*LookupGatewayPluginSessionResult, error)
func LookupGatewayPluginSessionOutput(ctx *Context, args *LookupGatewayPluginSessionOutputArgs, opts ...InvokeOption) LookupGatewayPluginSessionResultOutput
> Note: This function is named LookupGatewayPluginSession
in the Go SDK.
public static class GetGatewayPluginSession
{
public static Task<GetGatewayPluginSessionResult> InvokeAsync(GetGatewayPluginSessionArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginSessionResult> Invoke(GetGatewayPluginSessionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginSessionResult> getGatewayPluginSession(GetGatewayPluginSessionArgs args, InvokeOptions options)
public static Output<GetGatewayPluginSessionResult> getGatewayPluginSession(GetGatewayPluginSessionArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginSession:getGatewayPluginSession
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginSession Result
The following output properties are available:
- Config
Get
Gateway Plugin Session Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Session Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Session Route - Service
Get
Gateway Plugin Session Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Session Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Session Ordering - Protocols []string
- Route
Get
Gateway Plugin Session Route - Service
Get
Gateway Plugin Session Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Session Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Session Ordering - protocols List<String>
- route
Get
Gateway Plugin Session Route - service
Get
Gateway Plugin Session Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Session Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Session Ordering - protocols string[]
- route
Get
Gateway Plugin Session Route - service
Get
Gateway Plugin Session Service - string[]
- updated
At number
- config
Get
Gateway Plugin Session Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Session Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Session Route - service
Get
Gateway Plugin Session Service - Sequence[str]
- updated_
at float
- config Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginSessionConfig
- Absolute
Timeout double - The session cookie absolute timeout, in seconds. Specifies how long the session can be used until it is no longer valid.
- Audience string
- The session audience, which is the intended target application. For example
"my-application"
. - string
- The domain with which the cookie is intended to be exchanged.
- bool
- Applies the
HttpOnly
tag so that the cookie is sent only to a server. - string
- The name of the cookie.
- string
- The resource in the host where the cookie is available.
- string
- Determines whether and how a cookie may be sent with cross-site requests.
- bool
- Applies the Secure directive so that the cookie may be sent to the server only with an encrypted request over the HTTPS protocol.
- Idling
Timeout double - The session cookie idle time, in seconds.
- Logout
Methods List<string> - A set of HTTP methods that the plugin will respond to.
- Logout
Post stringArg - The POST argument passed to logout requests. Do not change this property.
- Logout
Query stringArg - The query argument passed to logout requests.
- Read
Body boolFor Logout - Remember bool
- Enables or disables persistent sessions.
- Remember
Absolute doubleTimeout - The persistent session absolute timeout limit, in seconds.
- string
- Persistent session cookie name. Use with the
remember
configuration parameter. - Remember
Rolling doubleTimeout - The persistent session rolling timeout window, in seconds.
- Request
Headers List<string> - List of information to include, as headers, in the response to the downstream.
- Response
Headers List<string> - List of information to include, as headers, in the response to the downstream.
- Rolling
Timeout double - The session cookie rolling timeout, in seconds. Specifies how long the session can be used until it needs to be renewed.
- Secret string
- The secret that is used in keyed HMAC generation.
- Stale
Ttl double - The duration, in seconds, after which an old cookie is discarded, starting from the moment when the session becomes outdated and is replaced by a new one.
- Storage string
- Determines where the session data is stored.
kong
: Stores encrypted session data into Kong's current database strategy; the cookie will not contain any session data.cookie
: Stores encrypted session data within the cookie itself.
- Absolute
Timeout float64 - The session cookie absolute timeout, in seconds. Specifies how long the session can be used until it is no longer valid.
- Audience string
- The session audience, which is the intended target application. For example
"my-application"
. - string
- The domain with which the cookie is intended to be exchanged.
- bool
- Applies the
HttpOnly
tag so that the cookie is sent only to a server. - string
- The name of the cookie.
- string
- The resource in the host where the cookie is available.
- string
- Determines whether and how a cookie may be sent with cross-site requests.
- bool
- Applies the Secure directive so that the cookie may be sent to the server only with an encrypted request over the HTTPS protocol.
- Idling
Timeout float64 - The session cookie idle time, in seconds.
- Logout
Methods []string - A set of HTTP methods that the plugin will respond to.
- Logout
Post stringArg - The POST argument passed to logout requests. Do not change this property.
- Logout
Query stringArg - The query argument passed to logout requests.
- Read
Body boolFor Logout - Remember bool
- Enables or disables persistent sessions.
- Remember
Absolute float64Timeout - The persistent session absolute timeout limit, in seconds.
- string
- Persistent session cookie name. Use with the
remember
configuration parameter. - Remember
Rolling float64Timeout - The persistent session rolling timeout window, in seconds.
- Request
Headers []string - List of information to include, as headers, in the response to the downstream.
- Response
Headers []string - List of information to include, as headers, in the response to the downstream.
- Rolling
Timeout float64 - The session cookie rolling timeout, in seconds. Specifies how long the session can be used until it needs to be renewed.
- Secret string
- The secret that is used in keyed HMAC generation.
- Stale
Ttl float64 - The duration, in seconds, after which an old cookie is discarded, starting from the moment when the session becomes outdated and is replaced by a new one.
- Storage string
- Determines where the session data is stored.
kong
: Stores encrypted session data into Kong's current database strategy; the cookie will not contain any session data.cookie
: Stores encrypted session data within the cookie itself.
- absolute
Timeout Double - The session cookie absolute timeout, in seconds. Specifies how long the session can be used until it is no longer valid.
- audience String
- The session audience, which is the intended target application. For example
"my-application"
. - String
- The domain with which the cookie is intended to be exchanged.
- Boolean
- Applies the
HttpOnly
tag so that the cookie is sent only to a server. - String
- The name of the cookie.
- String
- The resource in the host where the cookie is available.
- String
- Determines whether and how a cookie may be sent with cross-site requests.
- Boolean
- Applies the Secure directive so that the cookie may be sent to the server only with an encrypted request over the HTTPS protocol.
- idling
Timeout Double - The session cookie idle time, in seconds.
- logout
Methods List<String> - A set of HTTP methods that the plugin will respond to.
- logout
Post StringArg - The POST argument passed to logout requests. Do not change this property.
- logout
Query StringArg - The query argument passed to logout requests.
- read
Body BooleanFor Logout - remember Boolean
- Enables or disables persistent sessions.
- remember
Absolute DoubleTimeout - The persistent session absolute timeout limit, in seconds.
- String
- Persistent session cookie name. Use with the
remember
configuration parameter. - remember
Rolling DoubleTimeout - The persistent session rolling timeout window, in seconds.
- request
Headers List<String> - List of information to include, as headers, in the response to the downstream.
- response
Headers List<String> - List of information to include, as headers, in the response to the downstream.
- rolling
Timeout Double - The session cookie rolling timeout, in seconds. Specifies how long the session can be used until it needs to be renewed.
- secret String
- The secret that is used in keyed HMAC generation.
- stale
Ttl Double - The duration, in seconds, after which an old cookie is discarded, starting from the moment when the session becomes outdated and is replaced by a new one.
- storage String
- Determines where the session data is stored.
kong
: Stores encrypted session data into Kong's current database strategy; the cookie will not contain any session data.cookie
: Stores encrypted session data within the cookie itself.
- absolute
Timeout number - The session cookie absolute timeout, in seconds. Specifies how long the session can be used until it is no longer valid.
- audience string
- The session audience, which is the intended target application. For example
"my-application"
. - string
- The domain with which the cookie is intended to be exchanged.
- boolean
- Applies the
HttpOnly
tag so that the cookie is sent only to a server. - string
- The name of the cookie.
- string
- The resource in the host where the cookie is available.
- string
- Determines whether and how a cookie may be sent with cross-site requests.
- boolean
- Applies the Secure directive so that the cookie may be sent to the server only with an encrypted request over the HTTPS protocol.
- idling
Timeout number - The session cookie idle time, in seconds.
- logout
Methods string[] - A set of HTTP methods that the plugin will respond to.
- logout
Post stringArg - The POST argument passed to logout requests. Do not change this property.
- logout
Query stringArg - The query argument passed to logout requests.
- read
Body booleanFor Logout - remember boolean
- Enables or disables persistent sessions.
- remember
Absolute numberTimeout - The persistent session absolute timeout limit, in seconds.
- string
- Persistent session cookie name. Use with the
remember
configuration parameter. - remember
Rolling numberTimeout - The persistent session rolling timeout window, in seconds.
- request
Headers string[] - List of information to include, as headers, in the response to the downstream.
- response
Headers string[] - List of information to include, as headers, in the response to the downstream.
- rolling
Timeout number - The session cookie rolling timeout, in seconds. Specifies how long the session can be used until it needs to be renewed.
- secret string
- The secret that is used in keyed HMAC generation.
- stale
Ttl number - The duration, in seconds, after which an old cookie is discarded, starting from the moment when the session becomes outdated and is replaced by a new one.
- storage string
- Determines where the session data is stored.
kong
: Stores encrypted session data into Kong's current database strategy; the cookie will not contain any session data.cookie
: Stores encrypted session data within the cookie itself.
- absolute_
timeout float - The session cookie absolute timeout, in seconds. Specifies how long the session can be used until it is no longer valid.
- audience str
- The session audience, which is the intended target application. For example
"my-application"
. - str
- The domain with which the cookie is intended to be exchanged.
- bool
- Applies the
HttpOnly
tag so that the cookie is sent only to a server. - str
- The name of the cookie.
- str
- The resource in the host where the cookie is available.
- str
- Determines whether and how a cookie may be sent with cross-site requests.
- bool
- Applies the Secure directive so that the cookie may be sent to the server only with an encrypted request over the HTTPS protocol.
- idling_
timeout float - The session cookie idle time, in seconds.
- logout_
methods Sequence[str] - A set of HTTP methods that the plugin will respond to.
- logout_
post_ strarg - The POST argument passed to logout requests. Do not change this property.
- logout_
query_ strarg - The query argument passed to logout requests.
- read_
body_ boolfor_ logout - remember bool
- Enables or disables persistent sessions.
- remember_
absolute_ floattimeout - The persistent session absolute timeout limit, in seconds.
- str
- Persistent session cookie name. Use with the
remember
configuration parameter. - remember_
rolling_ floattimeout - The persistent session rolling timeout window, in seconds.
- request_
headers Sequence[str] - List of information to include, as headers, in the response to the downstream.
- response_
headers Sequence[str] - List of information to include, as headers, in the response to the downstream.
- rolling_
timeout float - The session cookie rolling timeout, in seconds. Specifies how long the session can be used until it needs to be renewed.
- secret str
- The secret that is used in keyed HMAC generation.
- stale_
ttl float - The duration, in seconds, after which an old cookie is discarded, starting from the moment when the session becomes outdated and is replaced by a new one.
- storage str
- Determines where the session data is stored.
kong
: Stores encrypted session data into Kong's current database strategy; the cookie will not contain any session data.cookie
: Stores encrypted session data within the cookie itself.
- absolute
Timeout Number - The session cookie absolute timeout, in seconds. Specifies how long the session can be used until it is no longer valid.
- audience String
- The session audience, which is the intended target application. For example
"my-application"
. - String
- The domain with which the cookie is intended to be exchanged.
- Boolean
- Applies the
HttpOnly
tag so that the cookie is sent only to a server. - String
- The name of the cookie.
- String
- The resource in the host where the cookie is available.
- String
- Determines whether and how a cookie may be sent with cross-site requests.
- Boolean
- Applies the Secure directive so that the cookie may be sent to the server only with an encrypted request over the HTTPS protocol.
- idling
Timeout Number - The session cookie idle time, in seconds.
- logout
Methods List<String> - A set of HTTP methods that the plugin will respond to.
- logout
Post StringArg - The POST argument passed to logout requests. Do not change this property.
- logout
Query StringArg - The query argument passed to logout requests.
- read
Body BooleanFor Logout - remember Boolean
- Enables or disables persistent sessions.
- remember
Absolute NumberTimeout - The persistent session absolute timeout limit, in seconds.
- String
- Persistent session cookie name. Use with the
remember
configuration parameter. - remember
Rolling NumberTimeout - The persistent session rolling timeout window, in seconds.
- request
Headers List<String> - List of information to include, as headers, in the response to the downstream.
- response
Headers List<String> - List of information to include, as headers, in the response to the downstream.
- rolling
Timeout Number - The session cookie rolling timeout, in seconds. Specifies how long the session can be used until it needs to be renewed.
- secret String
- The secret that is used in keyed HMAC generation.
- stale
Ttl Number - The duration, in seconds, after which an old cookie is discarded, starting from the moment when the session becomes outdated and is replaced by a new one.
- storage String
- Determines where the session data is stored.
kong
: Stores encrypted session data into Kong's current database strategy; the cookie will not contain any session data.cookie
: Stores encrypted session data within the cookie itself.
GetGatewayPluginSessionOrdering
GetGatewayPluginSessionOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginSessionOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginSessionRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginSessionService
- Id string
- Id string
- id String
- id string
- id str
- id String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.