konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginAwsLambda
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginAwsLambda Result
The following output properties are available:
- Config
Get
Gateway Plugin Aws Lambda Config - Consumer
Get
Gateway Plugin Aws Lambda Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Aws Lambda Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Aws Lambda Route - Service
Get
Gateway Plugin Aws Lambda Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Aws Lambda Config - Consumer
Get
Gateway Plugin Aws Lambda Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Aws Lambda Ordering - Protocols []string
- Route
Get
Gateway Plugin Aws Lambda Route - Service
Get
Gateway Plugin Aws Lambda Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Aws Lambda Config - consumer
Get
Gateway Plugin Aws Lambda Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Aws Lambda Ordering - protocols List<String>
- route
Get
Gateway Plugin Aws Lambda Route - service
Get
Gateway Plugin Aws Lambda Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Aws Lambda Config - consumer
Get
Gateway Plugin Aws Lambda Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Aws Lambda Ordering - protocols string[]
- route
Get
Gateway Plugin Aws Lambda Route - service
Get
Gateway Plugin Aws Lambda Service - string[]
- updated
At number
- config
Get
Gateway Plugin Aws Lambda Config - consumer
Get
Gateway Plugin Aws Lambda Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Aws Lambda Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Aws Lambda Route - service
Get
Gateway Plugin Aws Lambda 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
GetGatewayPluginAwsLambdaConfig
- Aws
Assume stringRole Arn - The target AWS IAM role ARN used to invoke the Lambda function.
- Aws
Imds stringProtocol Version - Identifier to select the IMDS protocol version to use:
v1
orv2
. - Aws
Key string - The AWS key credential to be used when invoking the function.
- Aws
Region string - A string representing a host name, such as example.com.
- Aws
Role stringSession Name - The identifier of the assumed role session.
- Aws
Secret string - The AWS secret credential to be used when invoking the function.
- Aws
Sts stringEndpoint Url - 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.
- Base64Encode
Body bool - An optional value that Base64-encodes the request body.
- Disable
Https bool - Empty
Arrays stringMode - An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as
[]
arrays or{}
objects in JSON responses. The valuelegacy
means Kong will send empty arrays as{}
objects in response - Forward
Request boolBody - 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 boolHeaders - 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 boolMethod - 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 boolUri - 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 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.
- Invocation
Type string - The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
- Is
Proxy boolIntegration - 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.
- Log
Type 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.
- Proxy
Url 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.
- Skip
Large boolBodies - 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.
- Unhandled
Status double - The response status code to use (instead of the default 200, 202, or 204) in the case of an Unhandled Function Error.
- Aws
Assume stringRole Arn - The target AWS IAM role ARN used to invoke the Lambda function.
- Aws
Imds stringProtocol Version - Identifier to select the IMDS protocol version to use:
v1
orv2
. - Aws
Key string - The AWS key credential to be used when invoking the function.
- Aws
Region string - A string representing a host name, such as example.com.
- Aws
Role stringSession Name - The identifier of the assumed role session.
- Aws
Secret string - The AWS secret credential to be used when invoking the function.
- Aws
Sts stringEndpoint Url - 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.
- Base64Encode
Body bool - An optional value that Base64-encodes the request body.
- Disable
Https bool - Empty
Arrays stringMode - An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as
[]
arrays or{}
objects in JSON responses. The valuelegacy
means Kong will send empty arrays as{}
objects in response - Forward
Request boolBody - 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 boolHeaders - 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 boolMethod - 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 boolUri - 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 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.
- Invocation
Type string - The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
- Is
Proxy boolIntegration - 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.
- Log
Type 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.
- Proxy
Url 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.
- Skip
Large boolBodies - 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.
- Unhandled
Status float64 - The response status code to use (instead of the default 200, 202, or 204) in the case of an Unhandled Function Error.
- aws
Assume StringRole Arn - The target AWS IAM role ARN used to invoke the Lambda function.
- aws
Imds StringProtocol Version - Identifier to select the IMDS protocol version to use:
v1
orv2
. - aws
Key String - The AWS key credential to be used when invoking the function.
- aws
Region String - A string representing a host name, such as example.com.
- aws
Role StringSession Name - The identifier of the assumed role session.
- aws
Secret String - The AWS secret credential to be used when invoking the function.
- aws
Sts StringEndpoint Url - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- awsgateway
Compatible Boolean - An optional value that defines whether the plugin should wrap requests into the Amazon API gateway.
- base64Encode
Body Boolean - An optional value that Base64-encodes the request body.
- disable
Https Boolean - empty
Arrays StringMode - An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as
[]
arrays or{}
objects in JSON responses. The valuelegacy
means Kong will send empty arrays as{}
objects in response - forward
Request BooleanBody - 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 BooleanHeaders - 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 BooleanMethod - 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 BooleanUri - 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 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.
- invocation
Type String - The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
- is
Proxy BooleanIntegration - 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.
- log
Type 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.
- proxy
Url 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.
- skip
Large BooleanBodies - 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.
- unhandled
Status Double - The response status code to use (instead of the default 200, 202, or 204) in the case of an Unhandled Function Error.
- aws
Assume stringRole Arn - The target AWS IAM role ARN used to invoke the Lambda function.
- aws
Imds stringProtocol Version - Identifier to select the IMDS protocol version to use:
v1
orv2
. - aws
Key string - The AWS key credential to be used when invoking the function.
- aws
Region string - A string representing a host name, such as example.com.
- aws
Role stringSession Name - The identifier of the assumed role session.
- aws
Secret string - The AWS secret credential to be used when invoking the function.
- aws
Sts stringEndpoint Url - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- awsgateway
Compatible boolean - An optional value that defines whether the plugin should wrap requests into the Amazon API gateway.
- base64Encode
Body boolean - An optional value that Base64-encodes the request body.
- disable
Https boolean - empty
Arrays stringMode - An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as
[]
arrays or{}
objects in JSON responses. The valuelegacy
means Kong will send empty arrays as{}
objects in response - forward
Request booleanBody - 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 booleanHeaders - 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 booleanMethod - 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 booleanUri - 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 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.
- invocation
Type string - The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
- is
Proxy booleanIntegration - 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.
- log
Type 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.
- proxy
Url 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.
- skip
Large booleanBodies - 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.
- unhandled
Status 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_ strrole_ arn - The target AWS IAM role ARN used to invoke the Lambda function.
- aws_
imds_ strprotocol_ version - Identifier to select the IMDS protocol version to use:
v1
orv2
. - 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_ strsession_ name - The identifier of the assumed role session.
- aws_
secret str - The AWS secret credential to be used when invoking the function.
- aws_
sts_ strendpoint_ url - 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_ boolbody - An optional value that Base64-encodes the request body.
- disable_
https bool - empty_
arrays_ strmode - An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as
[]
arrays or{}
objects in JSON responses. The valuelegacy
means Kong will send empty arrays as{}
objects in response - forward_
request_ boolbody - 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_ boolheaders - 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_ boolmethod - 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_ booluri - 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_ boolintegration - 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_ boolbodies - 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.
- aws
Assume StringRole Arn - The target AWS IAM role ARN used to invoke the Lambda function.
- aws
Imds StringProtocol Version - Identifier to select the IMDS protocol version to use:
v1
orv2
. - aws
Key String - The AWS key credential to be used when invoking the function.
- aws
Region String - A string representing a host name, such as example.com.
- aws
Role StringSession Name - The identifier of the assumed role session.
- aws
Secret String - The AWS secret credential to be used when invoking the function.
- aws
Sts StringEndpoint Url - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- awsgateway
Compatible Boolean - An optional value that defines whether the plugin should wrap requests into the Amazon API gateway.
- base64Encode
Body Boolean - An optional value that Base64-encodes the request body.
- disable
Https Boolean - empty
Arrays StringMode - An optional value that defines whether Kong should send empty arrays (returned by Lambda function) as
[]
arrays or{}
objects in JSON responses. The valuelegacy
means Kong will send empty arrays as{}
objects in response - forward
Request BooleanBody - 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 BooleanHeaders - 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 BooleanMethod - 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 BooleanUri - 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 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.
- invocation
Type String - The InvocationType to use when invoking the function. Available types are RequestResponse, Event, DryRun.
- is
Proxy BooleanIntegration - 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.
- log
Type 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.
- proxy
Url 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.
- skip
Large BooleanBodies - 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.
- unhandled
Status 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.