konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayTarget
Explore with Pulumi AI
Using getGatewayTarget
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 getGatewayTarget(args: GetGatewayTargetArgs, opts?: InvokeOptions): Promise<GetGatewayTargetResult>
function getGatewayTargetOutput(args: GetGatewayTargetOutputArgs, opts?: InvokeOptions): Output<GetGatewayTargetResult>
def get_gateway_target(control_plane_id: Optional[str] = None,
upstream_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayTargetResult
def get_gateway_target_output(control_plane_id: Optional[pulumi.Input[str]] = None,
upstream_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayTargetResult]
func LookupGatewayTarget(ctx *Context, args *LookupGatewayTargetArgs, opts ...InvokeOption) (*LookupGatewayTargetResult, error)
func LookupGatewayTargetOutput(ctx *Context, args *LookupGatewayTargetOutputArgs, opts ...InvokeOption) LookupGatewayTargetResultOutput
> Note: This function is named LookupGatewayTarget
in the Go SDK.
public static class GetGatewayTarget
{
public static Task<GetGatewayTargetResult> InvokeAsync(GetGatewayTargetArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayTargetResult> Invoke(GetGatewayTargetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayTargetResult> getGatewayTarget(GetGatewayTargetArgs args, InvokeOptions options)
public static Output<GetGatewayTargetResult> getGatewayTarget(GetGatewayTargetArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayTarget:getGatewayTarget
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane stringId - Upstream
Id string
- Control
Plane stringId - Upstream
Id string
- control
Plane StringId - upstream
Id String
- control
Plane stringId - upstream
Id string
- control_
plane_ strid - upstream_
id str
- control
Plane StringId - upstream
Id String
getGatewayTarget Result
The following output properties are available:
- Control
Plane stringId - Created
At double - Id string
- List<string>
- Target string
- Updated
At double - Upstream
Get
Gateway Target Upstream - Upstream
Id string - Weight double
- Control
Plane stringId - Created
At float64 - Id string
- []string
- Target string
- Updated
At float64 - Upstream
Get
Gateway Target Upstream - Upstream
Id string - Weight float64
- control
Plane StringId - created
At Double - id String
- List<String>
- target String
- updated
At Double - upstream
Get
Gateway Target Upstream - upstream
Id String - weight Double
- control
Plane stringId - created
At number - id string
- string[]
- target string
- updated
At number - upstream
Get
Gateway Target Upstream - upstream
Id string - weight number
- control_
plane_ strid - created_
at float - id str
- Sequence[str]
- target str
- updated_
at float - upstream
Get
Gateway Target Upstream - upstream_
id str - weight float
- control
Plane StringId - created
At Number - id String
- List<String>
- target String
- updated
At Number - upstream Property Map
- upstream
Id String - weight Number
Supporting Types
GetGatewayTargetUpstream
- 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.