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

konnect.getGatewayKey

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayKey

    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 getGatewayKey(args: GetGatewayKeyArgs, opts?: InvokeOptions): Promise<GetGatewayKeyResult>
    function getGatewayKeyOutput(args: GetGatewayKeyOutputArgs, opts?: InvokeOptions): Output<GetGatewayKeyResult>
    def get_gateway_key(control_plane_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetGatewayKeyResult
    def get_gateway_key_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetGatewayKeyResult]
    func LookupGatewayKey(ctx *Context, args *LookupGatewayKeyArgs, opts ...InvokeOption) (*LookupGatewayKeyResult, error)
    func LookupGatewayKeyOutput(ctx *Context, args *LookupGatewayKeyOutputArgs, opts ...InvokeOption) LookupGatewayKeyResultOutput

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

    public static class GetGatewayKey 
    {
        public static Task<GetGatewayKeyResult> InvokeAsync(GetGatewayKeyArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayKeyResult> Invoke(GetGatewayKeyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayKeyResult> getGatewayKey(GetGatewayKeyArgs args, InvokeOptions options)
    public static Output<GetGatewayKeyResult> getGatewayKey(GetGatewayKeyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayKey:getGatewayKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayKey Result

    The following output properties are available:

    ControlPlaneId string
    CreatedAt double
    Id string
    Jwk string
    Kid string
    Name string
    Pem GetGatewayKeyPem
    Set GetGatewayKeySet
    Tags List<string>
    UpdatedAt double
    ControlPlaneId string
    CreatedAt float64
    Id string
    Jwk string
    Kid string
    Name string
    Pem GetGatewayKeyPem
    Set GetGatewayKeySetType
    Tags []string
    UpdatedAt float64
    controlPlaneId String
    createdAt Double
    id String
    jwk String
    kid String
    name String
    pem GetGatewayKeyPem
    set GetGatewayKeySet
    tags List<String>
    updatedAt Double
    controlPlaneId string
    createdAt number
    id string
    jwk string
    kid string
    name string
    pem GetGatewayKeyPem
    set GetGatewayKeySet
    tags string[]
    updatedAt number
    controlPlaneId String
    createdAt Number
    id String
    jwk String
    kid String
    name String
    pem Property Map
    set Property Map
    tags List<String>
    updatedAt Number

    Supporting Types

    GetGatewayKeyPem

    PrivateKey string
    PublicKey string
    PrivateKey string
    PublicKey string
    privateKey String
    publicKey String
    privateKey string
    publicKey string
    privateKey String
    publicKey String

    GetGatewayKeySet

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