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

konnect.getGatewayPluginAwsLambda

Explore with Pulumi AI

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

    Using getGatewayPluginAwsLambda

    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 getGatewayPluginAwsLambda(args: GetGatewayPluginAwsLambdaArgs, opts?: InvokeOptions): Promise<GetGatewayPluginAwsLambdaResult>
    function getGatewayPluginAwsLambdaOutput(args: GetGatewayPluginAwsLambdaOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginAwsLambdaResult>
    def get_gateway_plugin_aws_lambda(control_plane_id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetGatewayPluginAwsLambdaResult
    def get_gateway_plugin_aws_lambda_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginAwsLambdaResult]
    func LookupGatewayPluginAwsLambda(ctx *Context, args *LookupGatewayPluginAwsLambdaArgs, opts ...InvokeOption) (*LookupGatewayPluginAwsLambdaResult, error)
    func LookupGatewayPluginAwsLambdaOutput(ctx *Context, args *LookupGatewayPluginAwsLambdaOutputArgs, opts ...InvokeOption) LookupGatewayPluginAwsLambdaResultOutput

    > Note: This function is named LookupGatewayPluginAwsLambda in the Go SDK.

    public static class GetGatewayPluginAwsLambda 
    {
        public static Task<GetGatewayPluginAwsLambdaResult> InvokeAsync(GetGatewayPluginAwsLambdaArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginAwsLambdaResult> Invoke(GetGatewayPluginAwsLambdaInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginAwsLambdaResult> getGatewayPluginAwsLambda(GetGatewayPluginAwsLambdaArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginAwsLambdaResult> getGatewayPluginAwsLambda(GetGatewayPluginAwsLambdaArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginAwsLambda:getGatewayPluginAwsLambda
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginAwsLambda Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginAwsLambdaConfig

    AwsAssumeRoleArn string
    The target AWS IAM role ARN used to invoke the Lambda function.
    AwsImdsProtocolVersion string
    Identifier to select the IMDS protocol version to use: v1 or v2.
    AwsKey string
    The AWS key credential to be used when invoking the function.
    AwsRegion string
    A string representing a host name, such as example.com.
    AwsRoleSessionName string
    The identifier of the assumed role session.
    AwsSecret string
    The AWS secret credential to be used when invoking the function.
    AwsStsEndpointUrl string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    AwsgatewayCompatible bool
    An optional value that defines whether the plugin should wrap requests into the Amazon API gateway.
    Base64EncodeBody bool
    An optional value that Base64-encodes the request body.
    DisableHttps bool
    EmptyArraysMode string
    An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as [] arrays or {} objects in JSON responses. The value legacy means Kong will send empty arrays as {} objects in response
    ForwardRequestBody bool
    An optional value that defines whether the request body is sent in the request_body field of the JSON-encoded request. If the body arguments can be parsed, they are sent in the separate request_body_args field of the request.
    ForwardRequestHeaders bool
    An optional value that defines whether the original HTTP request headers are sent as a map in the request_headers field of the JSON-encoded request.
    ForwardRequestMethod bool
    An optional value that defines whether the original HTTP request method verb is sent in the request_method field of the JSON-encoded request.
    ForwardRequestUri bool
    An optional value that defines whether the original HTTP request URI is sent in the request_uri field of the JSON-encoded request.
    FunctionName string
    The AWS Lambda function to invoke. Both function name and function ARN (including partial) are supported.
    Host string
    A string representing a host name, such as example.com.
    InvocationType string
    The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
    IsProxyIntegration bool
    An optional value that defines whether the response format to receive from the Lambda to this format.
    Keepalive double
    An optional value in milliseconds that defines how long an idle connection lives before being closed.
    LogType string
    The LogType to use when invoking the function. By default, None and Tail are supported.
    Port double
    An integer representing a port number between 0 and 65535, inclusive.
    ProxyUrl string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    Qualifier string
    The qualifier to use when invoking the function.
    SkipLargeBodies bool
    An optional value that defines whether Kong should send large bodies that are buffered to disk
    Timeout double
    An optional timeout in milliseconds when invoking the function.
    UnhandledStatus double
    The response status code to use (instead of the default 200, 202, or 204) in the case of an Unhandled Function Error.
    AwsAssumeRoleArn string
    The target AWS IAM role ARN used to invoke the Lambda function.
    AwsImdsProtocolVersion string
    Identifier to select the IMDS protocol version to use: v1 or v2.
    AwsKey string
    The AWS key credential to be used when invoking the function.
    AwsRegion string
    A string representing a host name, such as example.com.
    AwsRoleSessionName string
    The identifier of the assumed role session.
    AwsSecret string
    The AWS secret credential to be used when invoking the function.
    AwsStsEndpointUrl string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    AwsgatewayCompatible bool
    An optional value that defines whether the plugin should wrap requests into the Amazon API gateway.
    Base64EncodeBody bool
    An optional value that Base64-encodes the request body.
    DisableHttps bool
    EmptyArraysMode string
    An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as [] arrays or {} objects in JSON responses. The value legacy means Kong will send empty arrays as {} objects in response
    ForwardRequestBody bool
    An optional value that defines whether the request body is sent in the request_body field of the JSON-encoded request. If the body arguments can be parsed, they are sent in the separate request_body_args field of the request.
    ForwardRequestHeaders bool
    An optional value that defines whether the original HTTP request headers are sent as a map in the request_headers field of the JSON-encoded request.
    ForwardRequestMethod bool
    An optional value that defines whether the original HTTP request method verb is sent in the request_method field of the JSON-encoded request.
    ForwardRequestUri bool
    An optional value that defines whether the original HTTP request URI is sent in the request_uri field of the JSON-encoded request.
    FunctionName string
    The AWS Lambda function to invoke. Both function name and function ARN (including partial) are supported.
    Host string
    A string representing a host name, such as example.com.
    InvocationType string
    The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
    IsProxyIntegration bool
    An optional value that defines whether the response format to receive from the Lambda to this format.
    Keepalive float64
    An optional value in milliseconds that defines how long an idle connection lives before being closed.
    LogType string
    The LogType to use when invoking the function. By default, None and Tail are supported.
    Port float64
    An integer representing a port number between 0 and 65535, inclusive.
    ProxyUrl string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    Qualifier string
    The qualifier to use when invoking the function.
    SkipLargeBodies bool
    An optional value that defines whether Kong should send large bodies that are buffered to disk
    Timeout float64
    An optional timeout in milliseconds when invoking the function.
    UnhandledStatus float64
    The response status code to use (instead of the default 200, 202, or 204) in the case of an Unhandled Function Error.
    awsAssumeRoleArn String
    The target AWS IAM role ARN used to invoke the Lambda function.
    awsImdsProtocolVersion String
    Identifier to select the IMDS protocol version to use: v1 or v2.
    awsKey String
    The AWS key credential to be used when invoking the function.
    awsRegion String
    A string representing a host name, such as example.com.
    awsRoleSessionName String
    The identifier of the assumed role session.
    awsSecret String
    The AWS secret credential to be used when invoking the function.
    awsStsEndpointUrl String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    awsgatewayCompatible Boolean
    An optional value that defines whether the plugin should wrap requests into the Amazon API gateway.
    base64EncodeBody Boolean
    An optional value that Base64-encodes the request body.
    disableHttps Boolean
    emptyArraysMode String
    An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as [] arrays or {} objects in JSON responses. The value legacy means Kong will send empty arrays as {} objects in response
    forwardRequestBody Boolean
    An optional value that defines whether the request body is sent in the request_body field of the JSON-encoded request. If the body arguments can be parsed, they are sent in the separate request_body_args field of the request.
    forwardRequestHeaders Boolean
    An optional value that defines whether the original HTTP request headers are sent as a map in the request_headers field of the JSON-encoded request.
    forwardRequestMethod Boolean
    An optional value that defines whether the original HTTP request method verb is sent in the request_method field of the JSON-encoded request.
    forwardRequestUri Boolean
    An optional value that defines whether the original HTTP request URI is sent in the request_uri field of the JSON-encoded request.
    functionName String
    The AWS Lambda function to invoke. Both function name and function ARN (including partial) are supported.
    host String
    A string representing a host name, such as example.com.
    invocationType String
    The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
    isProxyIntegration Boolean
    An optional value that defines whether the response format to receive from the Lambda to this format.
    keepalive Double
    An optional value in milliseconds that defines how long an idle connection lives before being closed.
    logType String
    The LogType to use when invoking the function. By default, None and Tail are supported.
    port Double
    An integer representing a port number between 0 and 65535, inclusive.
    proxyUrl String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    qualifier String
    The qualifier to use when invoking the function.
    skipLargeBodies Boolean
    An optional value that defines whether Kong should send large bodies that are buffered to disk
    timeout Double
    An optional timeout in milliseconds when invoking the function.
    unhandledStatus Double
    The response status code to use (instead of the default 200, 202, or 204) in the case of an Unhandled Function Error.
    awsAssumeRoleArn string
    The target AWS IAM role ARN used to invoke the Lambda function.
    awsImdsProtocolVersion string
    Identifier to select the IMDS protocol version to use: v1 or v2.
    awsKey string
    The AWS key credential to be used when invoking the function.
    awsRegion string
    A string representing a host name, such as example.com.
    awsRoleSessionName string
    The identifier of the assumed role session.
    awsSecret string
    The AWS secret credential to be used when invoking the function.
    awsStsEndpointUrl string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    awsgatewayCompatible boolean
    An optional value that defines whether the plugin should wrap requests into the Amazon API gateway.
    base64EncodeBody boolean
    An optional value that Base64-encodes the request body.
    disableHttps boolean
    emptyArraysMode string
    An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as [] arrays or {} objects in JSON responses. The value legacy means Kong will send empty arrays as {} objects in response
    forwardRequestBody boolean
    An optional value that defines whether the request body is sent in the request_body field of the JSON-encoded request. If the body arguments can be parsed, they are sent in the separate request_body_args field of the request.
    forwardRequestHeaders boolean
    An optional value that defines whether the original HTTP request headers are sent as a map in the request_headers field of the JSON-encoded request.
    forwardRequestMethod boolean
    An optional value that defines whether the original HTTP request method verb is sent in the request_method field of the JSON-encoded request.
    forwardRequestUri boolean
    An optional value that defines whether the original HTTP request URI is sent in the request_uri field of the JSON-encoded request.
    functionName string
    The AWS Lambda function to invoke. Both function name and function ARN (including partial) are supported.
    host string
    A string representing a host name, such as example.com.
    invocationType string
    The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
    isProxyIntegration boolean
    An optional value that defines whether the response format to receive from the Lambda to this format.
    keepalive number
    An optional value in milliseconds that defines how long an idle connection lives before being closed.
    logType string
    The LogType to use when invoking the function. By default, None and Tail are supported.
    port number
    An integer representing a port number between 0 and 65535, inclusive.
    proxyUrl string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    qualifier string
    The qualifier to use when invoking the function.
    skipLargeBodies boolean
    An optional value that defines whether Kong should send large bodies that are buffered to disk
    timeout number
    An optional timeout in milliseconds when invoking the function.
    unhandledStatus number
    The response status code to use (instead of the default 200, 202, or 204) in the case of an Unhandled Function Error.
    aws_assume_role_arn str
    The target AWS IAM role ARN used to invoke the Lambda function.
    aws_imds_protocol_version str
    Identifier to select the IMDS protocol version to use: v1 or v2.
    aws_key str
    The AWS key credential to be used when invoking the function.
    aws_region str
    A string representing a host name, such as example.com.
    aws_role_session_name str
    The identifier of the assumed role session.
    aws_secret str
    The AWS secret credential to be used when invoking the function.
    aws_sts_endpoint_url str
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    awsgateway_compatible bool
    An optional value that defines whether the plugin should wrap requests into the Amazon API gateway.
    base64_encode_body bool
    An optional value that Base64-encodes the request body.
    disable_https bool
    empty_arrays_mode str
    An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as [] arrays or {} objects in JSON responses. The value legacy means Kong will send empty arrays as {} objects in response
    forward_request_body bool
    An optional value that defines whether the request body is sent in the request_body field of the JSON-encoded request. If the body arguments can be parsed, they are sent in the separate request_body_args field of the request.
    forward_request_headers bool
    An optional value that defines whether the original HTTP request headers are sent as a map in the request_headers field of the JSON-encoded request.
    forward_request_method bool
    An optional value that defines whether the original HTTP request method verb is sent in the request_method field of the JSON-encoded request.
    forward_request_uri bool
    An optional value that defines whether the original HTTP request URI is sent in the request_uri field of the JSON-encoded request.
    function_name str
    The AWS Lambda function to invoke. Both function name and function ARN (including partial) are supported.
    host str
    A string representing a host name, such as example.com.
    invocation_type str
    The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
    is_proxy_integration bool
    An optional value that defines whether the response format to receive from the Lambda to this format.
    keepalive float
    An optional value in milliseconds that defines how long an idle connection lives before being closed.
    log_type str
    The LogType to use when invoking the function. By default, None and Tail are supported.
    port float
    An integer representing a port number between 0 and 65535, inclusive.
    proxy_url str
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    qualifier str
    The qualifier to use when invoking the function.
    skip_large_bodies bool
    An optional value that defines whether Kong should send large bodies that are buffered to disk
    timeout float
    An optional timeout in milliseconds when invoking the function.
    unhandled_status float
    The response status code to use (instead of the default 200, 202, or 204) in the case of an Unhandled Function Error.
    awsAssumeRoleArn String
    The target AWS IAM role ARN used to invoke the Lambda function.
    awsImdsProtocolVersion String
    Identifier to select the IMDS protocol version to use: v1 or v2.
    awsKey String
    The AWS key credential to be used when invoking the function.
    awsRegion String
    A string representing a host name, such as example.com.
    awsRoleSessionName String
    The identifier of the assumed role session.
    awsSecret String
    The AWS secret credential to be used when invoking the function.
    awsStsEndpointUrl String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    awsgatewayCompatible Boolean
    An optional value that defines whether the plugin should wrap requests into the Amazon API gateway.
    base64EncodeBody Boolean
    An optional value that Base64-encodes the request body.
    disableHttps Boolean
    emptyArraysMode String
    An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as [] arrays or {} objects in JSON responses. The value legacy means Kong will send empty arrays as {} objects in response
    forwardRequestBody Boolean
    An optional value that defines whether the request body is sent in the request_body field of the JSON-encoded request. If the body arguments can be parsed, they are sent in the separate request_body_args field of the request.
    forwardRequestHeaders Boolean
    An optional value that defines whether the original HTTP request headers are sent as a map in the request_headers field of the JSON-encoded request.
    forwardRequestMethod Boolean
    An optional value that defines whether the original HTTP request method verb is sent in the request_method field of the JSON-encoded request.
    forwardRequestUri Boolean
    An optional value that defines whether the original HTTP request URI is sent in the request_uri field of the JSON-encoded request.
    functionName String
    The AWS Lambda function to invoke. Both function name and function ARN (including partial) are supported.
    host String
    A string representing a host name, such as example.com.
    invocationType String
    The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
    isProxyIntegration Boolean
    An optional value that defines whether the response format to receive from the Lambda to this format.
    keepalive Number
    An optional value in milliseconds that defines how long an idle connection lives before being closed.
    logType String
    The LogType to use when invoking the function. By default, None and Tail are supported.
    port Number
    An integer representing a port number between 0 and 65535, inclusive.
    proxyUrl String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    qualifier String
    The qualifier to use when invoking the function.
    skipLargeBodies Boolean
    An optional value that defines whether Kong should send large bodies that are buffered to disk
    timeout Number
    An optional timeout in milliseconds when invoking the function.
    unhandledStatus Number
    The response status code to use (instead of the default 200, 202, or 204) in the case of an Unhandled Function Error.

    GetGatewayPluginAwsLambdaConsumer

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginAwsLambdaOrdering

    GetGatewayPluginAwsLambdaOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginAwsLambdaOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginAwsLambdaRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginAwsLambdaService

    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