konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayKey
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayKey Result
The following output properties are available:
- Control
Plane stringId - Created
At double - Id string
- Jwk string
- Kid string
- Name string
- Pem
Get
Gateway Key Pem - Set
Get
Gateway Key Set - List<string>
- Updated
At double
- Control
Plane stringId - Created
At float64 - Id string
- Jwk string
- Kid string
- Name string
- Pem
Get
Gateway Key Pem - Set
Get
Gateway Key Set Type - []string
- Updated
At float64
- control
Plane StringId - created
At Double - id String
- jwk String
- kid String
- name String
- pem
Get
Gateway Key Pem - set
Get
Gateway Key Set - List<String>
- updated
At Double
- control
Plane stringId - created
At number - id string
- jwk string
- kid string
- name string
- pem
Get
Gateway Key Pem - set
Get
Gateway Key Set - string[]
- updated
At number
- control_
plane_ strid - created_
at float - id str
- jwk str
- kid str
- name str
- pem
Get
Gateway Key Pem - set
Get
Gateway Key Set - Sequence[str]
- updated_
at float
- control
Plane StringId - created
At Number - id String
- jwk String
- kid String
- name String
- pem Property Map
- set Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayKeyPem
- Private
Key string - Public
Key string
- Private
Key string - Public
Key string
- private
Key String - public
Key String
- private
Key string - public
Key string
- private_
key str - public_
key str
- private
Key String - public
Key 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.