1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayKeySet
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayKeySet

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 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>
    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]
    func LookupGatewayKeySet(ctx *Context, args *LookupGatewayKeySetArgs, opts ...InvokeOption) (*LookupGatewayKeySetResult, error)
    func LookupGatewayKeySetOutput(ctx *Context, args *LookupGatewayKeySetOutputArgs, opts ...InvokeOption) LookupGatewayKeySetResultOutput

    > 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)
    }
    public static CompletableFuture<GetGatewayKeySetResult> getGatewayKeySet(GetGatewayKeySetArgs args, InvokeOptions options)
    public static Output<GetGatewayKeySetResult> getGatewayKeySet(GetGatewayKeySetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayKeySet:getGatewayKeySet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    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 logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong