konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayKeySet
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayKeySet Result
The following output properties are available:
- Control
Plane stringId - Created
At double - Id string
- Name string
- List<string>
- Updated
At double
- Control
Plane stringId - Created
At float64 - Id string
- Name string
- []string
- Updated
At float64
- control
Plane StringId - created
At Double - id String
- name String
- List<String>
- updated
At Double
- control
Plane stringId - created
At number - id string
- name string
- string[]
- updated
At number
- control_
plane_ strid - created_
at float - id str
- name str
- Sequence[str]
- updated_
at float
- control
Plane StringId - created
At Number - id String
- name String
- List<String>
- updated
At Number
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.