konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginRedirect
Explore with Pulumi AI
Using getGatewayPluginRedirect
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 getGatewayPluginRedirect(args: GetGatewayPluginRedirectArgs, opts?: InvokeOptions): Promise<GetGatewayPluginRedirectResult>
function getGatewayPluginRedirectOutput(args: GetGatewayPluginRedirectOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginRedirectResult>
def get_gateway_plugin_redirect(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginRedirectResult
def get_gateway_plugin_redirect_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginRedirectResult]
func LookupGatewayPluginRedirect(ctx *Context, args *LookupGatewayPluginRedirectArgs, opts ...InvokeOption) (*LookupGatewayPluginRedirectResult, error)
func LookupGatewayPluginRedirectOutput(ctx *Context, args *LookupGatewayPluginRedirectOutputArgs, opts ...InvokeOption) LookupGatewayPluginRedirectResultOutput
> Note: This function is named LookupGatewayPluginRedirect
in the Go SDK.
public static class GetGatewayPluginRedirect
{
public static Task<GetGatewayPluginRedirectResult> InvokeAsync(GetGatewayPluginRedirectArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginRedirectResult> Invoke(GetGatewayPluginRedirectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginRedirectResult> getGatewayPluginRedirect(GetGatewayPluginRedirectArgs args, InvokeOptions options)
public static Output<GetGatewayPluginRedirectResult> getGatewayPluginRedirect(GetGatewayPluginRedirectArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginRedirect:getGatewayPluginRedirect
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
getGatewayPluginRedirect Result
The following output properties are available:
- Config
Get
Gateway Plugin Redirect Config - Consumer
Get
Gateway Plugin Redirect Consumer - Consumer
Group GetGateway Plugin Redirect Consumer Group - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Redirect Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Redirect Route - Service
Get
Gateway Plugin Redirect Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Redirect Config - Consumer
Get
Gateway Plugin Redirect Consumer - Consumer
Group GetGateway Plugin Redirect Consumer Group - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Redirect Ordering - Protocols []string
- Route
Get
Gateway Plugin Redirect Route - Service
Get
Gateway Plugin Redirect Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Redirect Config - consumer
Get
Gateway Plugin Redirect Consumer - consumer
Group GetGateway Plugin Redirect Consumer Group - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Redirect Ordering - protocols List<String>
- route
Get
Gateway Plugin Redirect Route - service
Get
Gateway Plugin Redirect Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Redirect Config - consumer
Get
Gateway Plugin Redirect Consumer - consumer
Group GetGateway Plugin Redirect Consumer Group - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Redirect Ordering - protocols string[]
- route
Get
Gateway Plugin Redirect Route - service
Get
Gateway Plugin Redirect Service - string[]
- updated
At number
- config
Get
Gateway Plugin Redirect Config - consumer
Get
Gateway Plugin Redirect Consumer - consumer_
group GetGateway Plugin Redirect Consumer Group - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Redirect Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Redirect Route - service
Get
Gateway Plugin Redirect Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- consumer
Group 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
GetGatewayPluginRedirectConfig
- Keep
Incoming boolPath - Use the incoming request's path and query string in the redirect URL
- Location string
- The URL to redirect to
- Status
Code double - The response code to send. Must be an integer between 100 and 599.
- Keep
Incoming boolPath - Use the incoming request's path and query string in the redirect URL
- Location string
- The URL to redirect to
- Status
Code float64 - The response code to send. Must be an integer between 100 and 599.
- keep
Incoming BooleanPath - Use the incoming request's path and query string in the redirect URL
- location String
- The URL to redirect to
- status
Code Double - The response code to send. Must be an integer between 100 and 599.
- keep
Incoming booleanPath - Use the incoming request's path and query string in the redirect URL
- location string
- The URL to redirect to
- status
Code number - The response code to send. Must be an integer between 100 and 599.
- keep_
incoming_ boolpath - Use the incoming request's path and query string in the redirect URL
- location str
- The URL to redirect to
- status_
code float - The response code to send. Must be an integer between 100 and 599.
- keep
Incoming BooleanPath - Use the incoming request's path and query string in the redirect URL
- location String
- The URL to redirect to
- status
Code Number - The response code to send. Must be an integer between 100 and 599.
GetGatewayPluginRedirectConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginRedirectConsumerGroup
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginRedirectOrdering
GetGatewayPluginRedirectOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginRedirectOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginRedirectRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginRedirectService
- 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.