1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayKeySet
konnect 2.5.0 published on Tuesday, Apr 15, 2025 by kong

konnect.getGatewayKeySet

Explore with Pulumi AI

konnect 2.5.0 published on Tuesday, Apr 15, 2025 by kong

Using getGatewayKeySet

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 getGatewayKeySet(args: GetGatewayKeySetArgs, opts?: InvokeOptions): Promise<GetGatewayKeySetResult>
function getGatewayKeySetOutput(args: GetGatewayKeySetOutputArgs, opts?: InvokeOptions): Output<GetGatewayKeySetResult>
Copy
def get_gateway_key_set(control_plane_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetGatewayKeySetResult
def get_gateway_key_set_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetGatewayKeySetResult]
Copy
func LookupGatewayKeySet(ctx *Context, args *LookupGatewayKeySetArgs, opts ...InvokeOption) (*LookupGatewayKeySetResult, error)
func LookupGatewayKeySetOutput(ctx *Context, args *LookupGatewayKeySetOutputArgs, opts ...InvokeOption) LookupGatewayKeySetResultOutput
Copy

> Note: This function is named LookupGatewayKeySet in the Go SDK.

public static class GetGatewayKeySet 
{
    public static Task<GetGatewayKeySetResult> InvokeAsync(GetGatewayKeySetArgs args, InvokeOptions? opts = null)
    public static Output<GetGatewayKeySetResult> Invoke(GetGatewayKeySetInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGatewayKeySetResult> getGatewayKeySet(GetGatewayKeySetArgs args, InvokeOptions options)
public static Output<GetGatewayKeySetResult> getGatewayKeySet(GetGatewayKeySetArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: konnect:index/getGatewayKeySet:getGatewayKeySet
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ControlPlaneId This property is required. string
ControlPlaneId This property is required. string
controlPlaneId This property is required. String
controlPlaneId This property is required. string
control_plane_id This property is required. str
controlPlaneId This property is required. String

getGatewayKeySet Result

The following output properties are available:

ControlPlaneId string
CreatedAt double
Id string
Name string
Tags List<string>
UpdatedAt double
ControlPlaneId string
CreatedAt float64
Id string
Name string
Tags []string
UpdatedAt float64
controlPlaneId String
createdAt Double
id String
name String
tags List<String>
updatedAt Double
controlPlaneId string
createdAt number
id string
name string
tags string[]
updatedAt number
control_plane_id str
created_at float
id str
name str
tags Sequence[str]
updated_at float
controlPlaneId String
createdAt Number
id String
name String
tags List<String>
updatedAt Number

Package Details

Repository
konnect kong/terraform-provider-konnect
License
Notes
This Pulumi package is based on the konnect Terraform Provider.
konnect 2.5.0 published on Tuesday, Apr 15, 2025 by kong