konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayConsumer
Explore with Pulumi AI
Using getGatewayConsumer
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 getGatewayConsumer(args: GetGatewayConsumerArgs, opts?: InvokeOptions): Promise<GetGatewayConsumerResult>
function getGatewayConsumerOutput(args: GetGatewayConsumerOutputArgs, opts?: InvokeOptions): Output<GetGatewayConsumerResult>
def get_gateway_consumer(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayConsumerResult
def get_gateway_consumer_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayConsumerResult]
func LookupGatewayConsumer(ctx *Context, args *LookupGatewayConsumerArgs, opts ...InvokeOption) (*LookupGatewayConsumerResult, error)
func LookupGatewayConsumerOutput(ctx *Context, args *LookupGatewayConsumerOutputArgs, opts ...InvokeOption) LookupGatewayConsumerResultOutput
> Note: This function is named LookupGatewayConsumer
in the Go SDK.
public static class GetGatewayConsumer
{
public static Task<GetGatewayConsumerResult> InvokeAsync(GetGatewayConsumerArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayConsumerResult> Invoke(GetGatewayConsumerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayConsumerResult> getGatewayConsumer(GetGatewayConsumerArgs args, InvokeOptions options)
public static Output<GetGatewayConsumerResult> getGatewayConsumer(GetGatewayConsumerArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayConsumer:getGatewayConsumer
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
getGatewayConsumer Result
The following output properties are available:
- control_
plane_ strid - created_
at float - custom_
id str - id str
- Sequence[str]
- updated_
at float - username str
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.