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 dictionaryThe following arguments are supported:
- ControlPlane stringId 
- ControlPlane stringId 
- controlPlane StringId 
- controlPlane stringId 
- control_plane_ strid 
- controlPlane StringId 
getGatewayPluginAzureFunctions Result
The following output properties are available:
- Config
GetGateway Plugin Azure Functions Config 
- Consumer
GetGateway Plugin Azure Functions Consumer 
- ControlPlane stringId 
- CreatedAt double
- Enabled bool
- Id string
- InstanceName string
- Ordering
GetGateway Plugin Azure Functions Ordering 
- Protocols List<string>
- Route
GetGateway Plugin Azure Functions Route 
- Service
GetGateway Plugin Azure Functions Service 
- List<string>
- UpdatedAt double
- Config
GetGateway Plugin Azure Functions Config 
- Consumer
GetGateway Plugin Azure Functions Consumer 
- ControlPlane stringId 
- CreatedAt float64
- Enabled bool
- Id string
- InstanceName string
- Ordering
GetGateway Plugin Azure Functions Ordering 
- Protocols []string
- Route
GetGateway Plugin Azure Functions Route 
- Service
GetGateway Plugin Azure Functions Service 
- []string
- UpdatedAt float64
- config
GetGateway Plugin Azure Functions Config 
- consumer
GetGateway Plugin Azure Functions Consumer 
- controlPlane StringId 
- createdAt Double
- enabled Boolean
- id String
- instanceName String
- ordering
GetGateway Plugin Azure Functions Ordering 
- protocols List<String>
- route
GetGateway Plugin Azure Functions Route 
- service
GetGateway Plugin Azure Functions Service 
- List<String>
- updatedAt Double
- config
GetGateway Plugin Azure Functions Config 
- consumer
GetGateway Plugin Azure Functions Consumer 
- controlPlane stringId 
- createdAt number
- enabled boolean
- id string
- instanceName string
- ordering
GetGateway Plugin Azure Functions Ordering 
- protocols string[]
- route
GetGateway Plugin Azure Functions Route 
- service
GetGateway Plugin Azure Functions Service 
- string[]
- updatedAt number
- config
GetGateway Plugin Azure Functions Config 
- consumer
GetGateway Plugin Azure Functions Consumer 
- control_plane_ strid 
- created_at float
- enabled bool
- id str
- instance_name str
- ordering
GetGateway Plugin Azure Functions Ordering 
- protocols Sequence[str]
- route
GetGateway Plugin Azure Functions Route 
- service
GetGateway Plugin Azure Functions Service 
- Sequence[str]
- updated_at float
- config Property Map
- consumer Property Map
- controlPlane StringId 
- createdAt Number
- enabled Boolean
- id String
- instanceName String
- ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updatedAt Number
Supporting Types
GetGatewayPluginAzureFunctionsConfig     
- Apikey string
- The apikey to access the Azure resources. If provided, it is injected as the x-functions-keyheader.
- Appname string
- The Azure app name.
- Clientid string
- The clientidto access the Azure resources. If provided, it is injected as thex-functions-clientidheader.
- 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.
- HttpsVerify bool
- Set to trueto 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-keyheader.
- Appname string
- The Azure app name.
- Clientid string
- The clientidto access the Azure resources. If provided, it is injected as thex-functions-clientidheader.
- 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.
- HttpsVerify bool
- Set to trueto 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-keyheader.
- appname String
- The Azure app name.
- clientid String
- The clientidto access the Azure resources. If provided, it is injected as thex-functions-clientidheader.
- 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.
- httpsVerify Boolean
- Set to trueto 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-keyheader.
- appname string
- The Azure app name.
- clientid string
- The clientidto access the Azure resources. If provided, it is injected as thex-functions-clientidheader.
- 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.
- httpsVerify boolean
- Set to trueto 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-keyheader.
- appname str
- The Azure app name.
- clientid str
- The clientidto access the Azure resources. If provided, it is injected as thex-functions-clientidheader.
- 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 trueto 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-keyheader.
- appname String
- The Azure app name.
- clientid String
- The clientidto access the Azure resources. If provided, it is injected as thex-functions-clientidheader.
- 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.
- httpsVerify Boolean
- Set to trueto 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 konnectTerraform Provider.