konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginAzureFunctions
Explore with Pulumi AI
Using getGatewayPluginAzureFunctions
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 getGatewayPluginAzureFunctions(args: GetGatewayPluginAzureFunctionsArgs, opts?: InvokeOptions): Promise<GetGatewayPluginAzureFunctionsResult>
function getGatewayPluginAzureFunctionsOutput(args: GetGatewayPluginAzureFunctionsOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginAzureFunctionsResult>
def get_gateway_plugin_azure_functions(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginAzureFunctionsResult
def get_gateway_plugin_azure_functions_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginAzureFunctionsResult]
func LookupGatewayPluginAzureFunctions(ctx *Context, args *LookupGatewayPluginAzureFunctionsArgs, opts ...InvokeOption) (*LookupGatewayPluginAzureFunctionsResult, error)
func LookupGatewayPluginAzureFunctionsOutput(ctx *Context, args *LookupGatewayPluginAzureFunctionsOutputArgs, opts ...InvokeOption) LookupGatewayPluginAzureFunctionsResultOutput
> Note: This function is named LookupGatewayPluginAzureFunctions
in the Go SDK.
public static class GetGatewayPluginAzureFunctions
{
public static Task<GetGatewayPluginAzureFunctionsResult> InvokeAsync(GetGatewayPluginAzureFunctionsArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginAzureFunctionsResult> Invoke(GetGatewayPluginAzureFunctionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginAzureFunctionsResult> getGatewayPluginAzureFunctions(GetGatewayPluginAzureFunctionsArgs args, InvokeOptions options)
public static Output<GetGatewayPluginAzureFunctionsResult> getGatewayPluginAzureFunctions(GetGatewayPluginAzureFunctionsArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginAzureFunctions:getGatewayPluginAzureFunctions
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
getGatewayPluginAzureFunctions Result
The following output properties are available:
- Config
Get
Gateway Plugin Azure Functions Config - Consumer
Get
Gateway Plugin Azure Functions Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Azure Functions Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Azure Functions Route - Service
Get
Gateway Plugin Azure Functions Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Azure Functions Config - Consumer
Get
Gateway Plugin Azure Functions Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Azure Functions Ordering - Protocols []string
- Route
Get
Gateway Plugin Azure Functions Route - Service
Get
Gateway Plugin Azure Functions Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Azure Functions Config - consumer
Get
Gateway Plugin Azure Functions Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Azure Functions Ordering - protocols List<String>
- route
Get
Gateway Plugin Azure Functions Route - service
Get
Gateway Plugin Azure Functions Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Azure Functions Config - consumer
Get
Gateway Plugin Azure Functions Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Azure Functions Ordering - protocols string[]
- route
Get
Gateway Plugin Azure Functions Route - service
Get
Gateway Plugin Azure Functions Service - string[]
- updated
At number
- config
Get
Gateway Plugin Azure Functions Config - consumer
Get
Gateway Plugin Azure Functions Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Azure Functions Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Azure Functions Route - service
Get
Gateway Plugin Azure Functions Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginAzureFunctionsConfig
- Apikey string
- The apikey to access the Azure resources. If provided, it is injected as the
x-functions-key
header. - Appname string
- The Azure app name.
- Clientid string
- The
clientid
to access the Azure resources. If provided, it is injected as thex-functions-clientid
header. - Functionname string
- Name of the Azure function to invoke.
- Hostdomain string
- The domain where the function resides.
- Https bool
- Use of HTTPS to connect with the Azure Functions server.
- Https
Verify bool - Set to
true
to authenticate the Azure Functions server. - Keepalive double
- Time in milliseconds during which an idle connection to the Azure Functions server lives before being closed.
- Routeprefix string
- Route prefix to use.
- Timeout double
- Timeout in milliseconds before closing a connection to the Azure Functions server.
- Apikey string
- The apikey to access the Azure resources. If provided, it is injected as the
x-functions-key
header. - Appname string
- The Azure app name.
- Clientid string
- The
clientid
to access the Azure resources. If provided, it is injected as thex-functions-clientid
header. - Functionname string
- Name of the Azure function to invoke.
- Hostdomain string
- The domain where the function resides.
- Https bool
- Use of HTTPS to connect with the Azure Functions server.
- Https
Verify bool - Set to
true
to authenticate the Azure Functions server. - Keepalive float64
- Time in milliseconds during which an idle connection to the Azure Functions server lives before being closed.
- Routeprefix string
- Route prefix to use.
- Timeout float64
- Timeout in milliseconds before closing a connection to the Azure Functions server.
- apikey String
- The apikey to access the Azure resources. If provided, it is injected as the
x-functions-key
header. - appname String
- The Azure app name.
- clientid String
- The
clientid
to access the Azure resources. If provided, it is injected as thex-functions-clientid
header. - functionname String
- Name of the Azure function to invoke.
- hostdomain String
- The domain where the function resides.
- https Boolean
- Use of HTTPS to connect with the Azure Functions server.
- https
Verify Boolean - Set to
true
to authenticate the Azure Functions server. - keepalive Double
- Time in milliseconds during which an idle connection to the Azure Functions server lives before being closed.
- routeprefix String
- Route prefix to use.
- timeout Double
- Timeout in milliseconds before closing a connection to the Azure Functions server.
- apikey string
- The apikey to access the Azure resources. If provided, it is injected as the
x-functions-key
header. - appname string
- The Azure app name.
- clientid string
- The
clientid
to access the Azure resources. If provided, it is injected as thex-functions-clientid
header. - functionname string
- Name of the Azure function to invoke.
- hostdomain string
- The domain where the function resides.
- https boolean
- Use of HTTPS to connect with the Azure Functions server.
- https
Verify boolean - Set to
true
to authenticate the Azure Functions server. - keepalive number
- Time in milliseconds during which an idle connection to the Azure Functions server lives before being closed.
- routeprefix string
- Route prefix to use.
- timeout number
- Timeout in milliseconds before closing a connection to the Azure Functions server.
- apikey str
- The apikey to access the Azure resources. If provided, it is injected as the
x-functions-key
header. - appname str
- The Azure app name.
- clientid str
- The
clientid
to access the Azure resources. If provided, it is injected as thex-functions-clientid
header. - functionname str
- Name of the Azure function to invoke.
- hostdomain str
- The domain where the function resides.
- https bool
- Use of HTTPS to connect with the Azure Functions server.
- https_
verify bool - Set to
true
to authenticate the Azure Functions server. - keepalive float
- Time in milliseconds during which an idle connection to the Azure Functions server lives before being closed.
- routeprefix str
- Route prefix to use.
- timeout float
- Timeout in milliseconds before closing a connection to the Azure Functions server.
- apikey String
- The apikey to access the Azure resources. If provided, it is injected as the
x-functions-key
header. - appname String
- The Azure app name.
- clientid String
- The
clientid
to access the Azure resources. If provided, it is injected as thex-functions-clientid
header. - functionname String
- Name of the Azure function to invoke.
- hostdomain String
- The domain where the function resides.
- https Boolean
- Use of HTTPS to connect with the Azure Functions server.
- https
Verify Boolean - Set to
true
to authenticate the Azure Functions server. - keepalive Number
- Time in milliseconds during which an idle connection to the Azure Functions server lives before being closed.
- routeprefix String
- Route prefix to use.
- timeout Number
- Timeout in milliseconds before closing a connection to the Azure Functions server.
GetGatewayPluginAzureFunctionsConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginAzureFunctionsOrdering
GetGatewayPluginAzureFunctionsOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginAzureFunctionsOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginAzureFunctionsRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginAzureFunctionsService
- 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.