konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginOpa
Explore with Pulumi AI
Using getGatewayPluginOpa
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 getGatewayPluginOpa(args: GetGatewayPluginOpaArgs, opts?: InvokeOptions): Promise<GetGatewayPluginOpaResult>
function getGatewayPluginOpaOutput(args: GetGatewayPluginOpaOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginOpaResult>
def get_gateway_plugin_opa(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginOpaResult
def get_gateway_plugin_opa_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginOpaResult]
func LookupGatewayPluginOpa(ctx *Context, args *LookupGatewayPluginOpaArgs, opts ...InvokeOption) (*LookupGatewayPluginOpaResult, error)
func LookupGatewayPluginOpaOutput(ctx *Context, args *LookupGatewayPluginOpaOutputArgs, opts ...InvokeOption) LookupGatewayPluginOpaResultOutput
> Note: This function is named LookupGatewayPluginOpa
in the Go SDK.
public static class GetGatewayPluginOpa
{
public static Task<GetGatewayPluginOpaResult> InvokeAsync(GetGatewayPluginOpaArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginOpaResult> Invoke(GetGatewayPluginOpaInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginOpaResult> getGatewayPluginOpa(GetGatewayPluginOpaArgs args, InvokeOptions options)
public static Output<GetGatewayPluginOpaResult> getGatewayPluginOpa(GetGatewayPluginOpaArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginOpa:getGatewayPluginOpa
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
getGatewayPluginOpa Result
The following output properties are available:
- Config
Get
Gateway Plugin Opa Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Opa Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Opa Route - Service
Get
Gateway Plugin Opa Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Opa Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Opa Ordering - Protocols []string
- Route
Get
Gateway Plugin Opa Route - Service
Get
Gateway Plugin Opa Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Opa Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Opa Ordering - protocols List<String>
- route
Get
Gateway Plugin Opa Route - service
Get
Gateway Plugin Opa Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Opa Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Opa Ordering - protocols string[]
- route
Get
Gateway Plugin Opa Route - service
Get
Gateway Plugin Opa Service - string[]
- updated
At number
- config
Get
Gateway Plugin Opa Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Opa Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Opa Route - service
Get
Gateway Plugin Opa 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
GetGatewayPluginOpaConfig
- Include
Body boolIn Opa Input - Include
Consumer boolIn Opa Input - If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
- Include
Parsed boolJson Body In Opa Input - If set to true and the
Content-Type
header of the current request isapplication/json
, the request body will be JSON decoded and the decoded struct is included as input to OPA. - Include
Route boolIn Opa Input - If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
- Include
Service boolIn Opa Input - If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
- Include
Uri boolCaptures In Opa Input - If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
- Opa
Host string - A string representing a host name, such as example.com.
- Opa
Path string - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- Opa
Port double - An integer representing a port number between 0 and 65535, inclusive.
- Opa
Protocol string - The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are
http
andhttps
. - Ssl
Verify bool - If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
- Include
Body boolIn Opa Input - Include
Consumer boolIn Opa Input - If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
- Include
Parsed boolJson Body In Opa Input - If set to true and the
Content-Type
header of the current request isapplication/json
, the request body will be JSON decoded and the decoded struct is included as input to OPA. - Include
Route boolIn Opa Input - If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
- Include
Service boolIn Opa Input - If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
- Include
Uri boolCaptures In Opa Input - If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
- Opa
Host string - A string representing a host name, such as example.com.
- Opa
Path string - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- Opa
Port float64 - An integer representing a port number between 0 and 65535, inclusive.
- Opa
Protocol string - The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are
http
andhttps
. - Ssl
Verify bool - If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
- include
Body BooleanIn Opa Input - include
Consumer BooleanIn Opa Input - If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
- include
Parsed BooleanJson Body In Opa Input - If set to true and the
Content-Type
header of the current request isapplication/json
, the request body will be JSON decoded and the decoded struct is included as input to OPA. - include
Route BooleanIn Opa Input - If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
- include
Service BooleanIn Opa Input - If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
- include
Uri BooleanCaptures In Opa Input - If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
- opa
Host String - A string representing a host name, such as example.com.
- opa
Path String - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- opa
Port Double - An integer representing a port number between 0 and 65535, inclusive.
- opa
Protocol String - The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are
http
andhttps
. - ssl
Verify Boolean - If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
- include
Body booleanIn Opa Input - include
Consumer booleanIn Opa Input - If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
- include
Parsed booleanJson Body In Opa Input - If set to true and the
Content-Type
header of the current request isapplication/json
, the request body will be JSON decoded and the decoded struct is included as input to OPA. - include
Route booleanIn Opa Input - If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
- include
Service booleanIn Opa Input - If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
- include
Uri booleanCaptures In Opa Input - If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
- opa
Host string - A string representing a host name, such as example.com.
- opa
Path string - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- opa
Port number - An integer representing a port number between 0 and 65535, inclusive.
- opa
Protocol string - The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are
http
andhttps
. - ssl
Verify boolean - If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
- include_
body_ boolin_ opa_ input - include_
consumer_ boolin_ opa_ input - If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
- include_
parsed_ booljson_ body_ in_ opa_ input - If set to true and the
Content-Type
header of the current request isapplication/json
, the request body will be JSON decoded and the decoded struct is included as input to OPA. - include_
route_ boolin_ opa_ input - If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
- include_
service_ boolin_ opa_ input - If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
- include_
uri_ boolcaptures_ in_ opa_ input - If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
- opa_
host str - A string representing a host name, such as example.com.
- opa_
path str - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- opa_
port float - An integer representing a port number between 0 and 65535, inclusive.
- opa_
protocol str - The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are
http
andhttps
. - ssl_
verify bool - If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
- include
Body BooleanIn Opa Input - include
Consumer BooleanIn Opa Input - If set to true, the Kong Gateway Consumer object in use for the current request (if any) is included as input to OPA.
- include
Parsed BooleanJson Body In Opa Input - If set to true and the
Content-Type
header of the current request isapplication/json
, the request body will be JSON decoded and the decoded struct is included as input to OPA. - include
Route BooleanIn Opa Input - If set to true, the Kong Gateway Route object in use for the current request is included as input to OPA.
- include
Service BooleanIn Opa Input - If set to true, the Kong Gateway Service object in use for the current request is included as input to OPA.
- include
Uri BooleanCaptures In Opa Input - If set to true, the regex capture groups captured on the Kong Gateway Route's path field in the current request (if any) are included as input to OPA.
- opa
Host String - A string representing a host name, such as example.com.
- opa
Path String - A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
- opa
Port Number - An integer representing a port number between 0 and 65535, inclusive.
- opa
Protocol String - The protocol to use when talking to Open Policy Agent (OPA) server. Allowed protocols are
http
andhttps
. - ssl
Verify Boolean - If set to true, the OPA certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
GetGatewayPluginOpaOrdering
GetGatewayPluginOpaOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginOpaOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginOpaRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginOpaService
- 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.