1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginAzureFunctions
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginAzureFunctions

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    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:

    getGatewayPluginAzureFunctions Result

    The following output properties are available:

    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 the x-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.
    HttpsVerify 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 the x-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.
    HttpsVerify 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 the x-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.
    httpsVerify 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 the x-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.
    httpsVerify 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 the x-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 the x-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.
    httpsVerify 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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong