AWS v6.77.1 published on Friday, Apr 18, 2025 by Pulumi
aws.lambda.getFunction
Explore with Pulumi AI
Provides information about a Lambda Function.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const config = new pulumi.Config();
const functionName = config.require("functionName");
const existing = aws.lambda.getFunction({
    functionName: functionName,
});
import pulumi
import pulumi_aws as aws
config = pulumi.Config()
function_name = config.require("functionName")
existing = aws.lambda.get_function(function_name=function_name)
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/lambda"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		cfg := config.New(ctx, "")
		functionName := cfg.Require("functionName")
		_, err := lambda.LookupFunction(ctx, &lambda.LookupFunctionArgs{
			FunctionName: functionName,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var config = new Config();
    var functionName = config.Require("functionName");
    var existing = Aws.Lambda.GetFunction.Invoke(new()
    {
        FunctionName = functionName,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.lambda.LambdaFunctions;
import com.pulumi.aws.lambda.inputs.GetFunctionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var config = ctx.config();
        final var functionName = config.get("functionName");
        final var existing = LambdaFunctions.getFunction(GetFunctionArgs.builder()
            .functionName(functionName)
            .build());
    }
}
configuration:
  functionName:
    type: string
variables:
  existing:
    fn::invoke:
      function: aws:lambda:getFunction
      arguments:
        functionName: ${functionName}
Using getFunction
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 getFunction(args: GetFunctionArgs, opts?: InvokeOptions): Promise<GetFunctionResult>
function getFunctionOutput(args: GetFunctionOutputArgs, opts?: InvokeOptions): Output<GetFunctionResult>def get_function(function_name: Optional[str] = None,
                 qualifier: Optional[str] = None,
                 tags: Optional[Mapping[str, str]] = None,
                 opts: Optional[InvokeOptions] = None) -> GetFunctionResult
def get_function_output(function_name: Optional[pulumi.Input[str]] = None,
                 qualifier: Optional[pulumi.Input[str]] = None,
                 tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetFunctionResult]func LookupFunction(ctx *Context, args *LookupFunctionArgs, opts ...InvokeOption) (*LookupFunctionResult, error)
func LookupFunctionOutput(ctx *Context, args *LookupFunctionOutputArgs, opts ...InvokeOption) LookupFunctionResultOutput> Note: This function is named LookupFunction in the Go SDK.
public static class GetFunction 
{
    public static Task<GetFunctionResult> InvokeAsync(GetFunctionArgs args, InvokeOptions? opts = null)
    public static Output<GetFunctionResult> Invoke(GetFunctionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFunctionResult> getFunction(GetFunctionArgs args, InvokeOptions options)
public static Output<GetFunctionResult> getFunction(GetFunctionArgs args, InvokeOptions options)
fn::invoke:
  function: aws:lambda/getFunction:getFunction
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Function
Name string - Name of the lambda function.
 - Qualifier string
 - Alias name or version number of the lambda functionE.g., 
$LATEST,my-alias, or1. When not included: the data source resolves to the most recent published version; if no published version exists: it resolves to the most recent unpublished version. - Dictionary<string, string>
 
- Function
Name string - Name of the lambda function.
 - Qualifier string
 - Alias name or version number of the lambda functionE.g., 
$LATEST,my-alias, or1. When not included: the data source resolves to the most recent published version; if no published version exists: it resolves to the most recent unpublished version. - map[string]string
 
- function
Name String - Name of the lambda function.
 - qualifier String
 - Alias name or version number of the lambda functionE.g., 
$LATEST,my-alias, or1. When not included: the data source resolves to the most recent published version; if no published version exists: it resolves to the most recent unpublished version. - Map<String,String>
 
- function
Name string - Name of the lambda function.
 - qualifier string
 - Alias name or version number of the lambda functionE.g., 
$LATEST,my-alias, or1. When not included: the data source resolves to the most recent published version; if no published version exists: it resolves to the most recent unpublished version. - {[key: string]: string}
 
- function_
name str - Name of the lambda function.
 - qualifier str
 - Alias name or version number of the lambda functionE.g., 
$LATEST,my-alias, or1. When not included: the data source resolves to the most recent published version; if no published version exists: it resolves to the most recent unpublished version. - Mapping[str, str]
 
- function
Name String - Name of the lambda function.
 - qualifier String
 - Alias name or version number of the lambda functionE.g., 
$LATEST,my-alias, or1. When not included: the data source resolves to the most recent published version; if no published version exists: it resolves to the most recent unpublished version. - Map<String>
 
getFunction Result
The following output properties are available:
- Architectures List<string>
 - Instruction set architecture for the Lambda function.
 - Arn string
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - Code
Sha256 string - Base64-encoded representation of raw SHA-256 sum of the zip file.
 - Code
Signing stringConfig Arn  - ARN for a Code Signing Configuration.
 - Dead
Letter GetConfig Function Dead Letter Config  - Configure the function's dead letter queue.
 - Description string
 - Description of what your Lambda Function does.
 - Environment
Get
Function Environment  - Lambda environment's configuration settings.
 - Ephemeral
Storages List<GetFunction Ephemeral Storage>  - Amount of Ephemeral storage(
/tmp) allocated for the Lambda Function. - File
System List<GetConfigs Function File System Config>  - Connection settings for an Amazon EFS file system.
 - Function
Name string - Handler string
 - Function entrypoint in your code.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Image
Uri string - URI of the container image.
 - Invoke
Arn string - ARN to be used for invoking Lambda Function from API Gateway. NOTE: Starting with 
v4.51.0of the provider, this will not include the qualifier. - Kms
Key stringArn  - ARN for the KMS encryption key.
 - Last
Modified string - Date this resource was last modified.
 - Layers List<string>
 - List of Lambda Layer ARNs attached to your Lambda Function.
 - Logging
Configs List<GetFunction Logging Config>  - Advanced logging settings.
 - Memory
Size int - Amount of memory in MB your Lambda Function can use at runtime.
 - Qualified
Arn string - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn. - Qualified
Invoke stringArn  - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn. - Reserved
Concurrent intExecutions  - The amount of reserved concurrent executions for this lambda function or 
-1if unreserved. - Role string
 - IAM role attached to the Lambda Function.
 - Runtime string
 - Runtime environment for the Lambda function.
 - Signing
Job stringArn  - ARN of a signing job.
 - Signing
Profile stringVersion Arn  - The ARN for a signing profile version.
 - Source
Code stringHash  - (Deprecated use 
code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file. - Source
Code intSize  - Size in bytes of the function .zip file.
 - Dictionary<string, string>
 - Timeout int
 - Function execution time at which Lambda should terminate the function.
 - Tracing
Config GetFunction Tracing Config  - Tracing settings of the function.
 - Version string
 - The version of the Lambda function returned. If 
qualifieris not set, this will resolve to the most recent published version. If no published version of the function exists,versionwill resolve to$LATEST. - Vpc
Config GetFunction Vpc Config  - VPC configuration associated with your Lambda function.
 - Qualifier string
 
- Architectures []string
 - Instruction set architecture for the Lambda function.
 - Arn string
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - Code
Sha256 string - Base64-encoded representation of raw SHA-256 sum of the zip file.
 - Code
Signing stringConfig Arn  - ARN for a Code Signing Configuration.
 - Dead
Letter GetConfig Function Dead Letter Config  - Configure the function's dead letter queue.
 - Description string
 - Description of what your Lambda Function does.
 - Environment
Get
Function Environment  - Lambda environment's configuration settings.
 - Ephemeral
Storages []GetFunction Ephemeral Storage  - Amount of Ephemeral storage(
/tmp) allocated for the Lambda Function. - File
System []GetConfigs Function File System Config  - Connection settings for an Amazon EFS file system.
 - Function
Name string - Handler string
 - Function entrypoint in your code.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Image
Uri string - URI of the container image.
 - Invoke
Arn string - ARN to be used for invoking Lambda Function from API Gateway. NOTE: Starting with 
v4.51.0of the provider, this will not include the qualifier. - Kms
Key stringArn  - ARN for the KMS encryption key.
 - Last
Modified string - Date this resource was last modified.
 - Layers []string
 - List of Lambda Layer ARNs attached to your Lambda Function.
 - Logging
Configs []GetFunction Logging Config  - Advanced logging settings.
 - Memory
Size int - Amount of memory in MB your Lambda Function can use at runtime.
 - Qualified
Arn string - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn. - Qualified
Invoke stringArn  - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn. - Reserved
Concurrent intExecutions  - The amount of reserved concurrent executions for this lambda function or 
-1if unreserved. - Role string
 - IAM role attached to the Lambda Function.
 - Runtime string
 - Runtime environment for the Lambda function.
 - Signing
Job stringArn  - ARN of a signing job.
 - Signing
Profile stringVersion Arn  - The ARN for a signing profile version.
 - Source
Code stringHash  - (Deprecated use 
code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file. - Source
Code intSize  - Size in bytes of the function .zip file.
 - map[string]string
 - Timeout int
 - Function execution time at which Lambda should terminate the function.
 - Tracing
Config GetFunction Tracing Config  - Tracing settings of the function.
 - Version string
 - The version of the Lambda function returned. If 
qualifieris not set, this will resolve to the most recent published version. If no published version of the function exists,versionwill resolve to$LATEST. - Vpc
Config GetFunction Vpc Config  - VPC configuration associated with your Lambda function.
 - Qualifier string
 
- architectures List<String>
 - Instruction set architecture for the Lambda function.
 - arn String
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - code
Sha256 String - Base64-encoded representation of raw SHA-256 sum of the zip file.
 - code
Signing StringConfig Arn  - ARN for a Code Signing Configuration.
 - dead
Letter GetConfig Function Dead Letter Config  - Configure the function's dead letter queue.
 - description String
 - Description of what your Lambda Function does.
 - environment
Get
Function Environment  - Lambda environment's configuration settings.
 - ephemeral
Storages List<GetFunction Ephemeral Storage>  - Amount of Ephemeral storage(
/tmp) allocated for the Lambda Function. - file
System List<GetConfigs Function File System Config>  - Connection settings for an Amazon EFS file system.
 - function
Name String - handler String
 - Function entrypoint in your code.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - image
Uri String - URI of the container image.
 - invoke
Arn String - ARN to be used for invoking Lambda Function from API Gateway. NOTE: Starting with 
v4.51.0of the provider, this will not include the qualifier. - kms
Key StringArn  - ARN for the KMS encryption key.
 - last
Modified String - Date this resource was last modified.
 - layers List<String>
 - List of Lambda Layer ARNs attached to your Lambda Function.
 - logging
Configs List<GetFunction Logging Config>  - Advanced logging settings.
 - memory
Size Integer - Amount of memory in MB your Lambda Function can use at runtime.
 - qualified
Arn String - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn. - qualified
Invoke StringArn  - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn. - reserved
Concurrent IntegerExecutions  - The amount of reserved concurrent executions for this lambda function or 
-1if unreserved. - role String
 - IAM role attached to the Lambda Function.
 - runtime String
 - Runtime environment for the Lambda function.
 - signing
Job StringArn  - ARN of a signing job.
 - signing
Profile StringVersion Arn  - The ARN for a signing profile version.
 - source
Code StringHash  - (Deprecated use 
code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file. - source
Code IntegerSize  - Size in bytes of the function .zip file.
 - Map<String,String>
 - timeout Integer
 - Function execution time at which Lambda should terminate the function.
 - tracing
Config GetFunction Tracing Config  - Tracing settings of the function.
 - version String
 - The version of the Lambda function returned. If 
qualifieris not set, this will resolve to the most recent published version. If no published version of the function exists,versionwill resolve to$LATEST. - vpc
Config GetFunction Vpc Config  - VPC configuration associated with your Lambda function.
 - qualifier String
 
- architectures string[]
 - Instruction set architecture for the Lambda function.
 - arn string
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - code
Sha256 string - Base64-encoded representation of raw SHA-256 sum of the zip file.
 - code
Signing stringConfig Arn  - ARN for a Code Signing Configuration.
 - dead
Letter GetConfig Function Dead Letter Config  - Configure the function's dead letter queue.
 - description string
 - Description of what your Lambda Function does.
 - environment
Get
Function Environment  - Lambda environment's configuration settings.
 - ephemeral
Storages GetFunction Ephemeral Storage[]  - Amount of Ephemeral storage(
/tmp) allocated for the Lambda Function. - file
System GetConfigs Function File System Config[]  - Connection settings for an Amazon EFS file system.
 - function
Name string - handler string
 - Function entrypoint in your code.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - image
Uri string - URI of the container image.
 - invoke
Arn string - ARN to be used for invoking Lambda Function from API Gateway. NOTE: Starting with 
v4.51.0of the provider, this will not include the qualifier. - kms
Key stringArn  - ARN for the KMS encryption key.
 - last
Modified string - Date this resource was last modified.
 - layers string[]
 - List of Lambda Layer ARNs attached to your Lambda Function.
 - logging
Configs GetFunction Logging Config[]  - Advanced logging settings.
 - memory
Size number - Amount of memory in MB your Lambda Function can use at runtime.
 - qualified
Arn string - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn. - qualified
Invoke stringArn  - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn. - reserved
Concurrent numberExecutions  - The amount of reserved concurrent executions for this lambda function or 
-1if unreserved. - role string
 - IAM role attached to the Lambda Function.
 - runtime string
 - Runtime environment for the Lambda function.
 - signing
Job stringArn  - ARN of a signing job.
 - signing
Profile stringVersion Arn  - The ARN for a signing profile version.
 - source
Code stringHash  - (Deprecated use 
code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file. - source
Code numberSize  - Size in bytes of the function .zip file.
 - {[key: string]: string}
 - timeout number
 - Function execution time at which Lambda should terminate the function.
 - tracing
Config GetFunction Tracing Config  - Tracing settings of the function.
 - version string
 - The version of the Lambda function returned. If 
qualifieris not set, this will resolve to the most recent published version. If no published version of the function exists,versionwill resolve to$LATEST. - vpc
Config GetFunction Vpc Config  - VPC configuration associated with your Lambda function.
 - qualifier string
 
- architectures Sequence[str]
 - Instruction set architecture for the Lambda function.
 - arn str
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - code_
sha256 str - Base64-encoded representation of raw SHA-256 sum of the zip file.
 - code_
signing_ strconfig_ arn  - ARN for a Code Signing Configuration.
 - dead_
letter_ lambda_.config Get Function Dead Letter Config  - Configure the function's dead letter queue.
 - description str
 - Description of what your Lambda Function does.
 - environment
lambda_.
Get Function Environment  - Lambda environment's configuration settings.
 - ephemeral_
storages Sequence[lambda_.Get Function Ephemeral Storage]  - Amount of Ephemeral storage(
/tmp) allocated for the Lambda Function. - file_
system_ Sequence[lambda_.configs Get Function File System Config]  - Connection settings for an Amazon EFS file system.
 - function_
name str - handler str
 - Function entrypoint in your code.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - image_
uri str - URI of the container image.
 - invoke_
arn str - ARN to be used for invoking Lambda Function from API Gateway. NOTE: Starting with 
v4.51.0of the provider, this will not include the qualifier. - kms_
key_ strarn  - ARN for the KMS encryption key.
 - last_
modified str - Date this resource was last modified.
 - layers Sequence[str]
 - List of Lambda Layer ARNs attached to your Lambda Function.
 - logging_
configs Sequence[lambda_.Get Function Logging Config]  - Advanced logging settings.
 - memory_
size int - Amount of memory in MB your Lambda Function can use at runtime.
 - qualified_
arn str - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn. - qualified_
invoke_ strarn  - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn. - reserved_
concurrent_ intexecutions  - The amount of reserved concurrent executions for this lambda function or 
-1if unreserved. - role str
 - IAM role attached to the Lambda Function.
 - runtime str
 - Runtime environment for the Lambda function.
 - signing_
job_ strarn  - ARN of a signing job.
 - signing_
profile_ strversion_ arn  - The ARN for a signing profile version.
 - source_
code_ strhash  - (Deprecated use 
code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file. - source_
code_ intsize  - Size in bytes of the function .zip file.
 - Mapping[str, str]
 - timeout int
 - Function execution time at which Lambda should terminate the function.
 - tracing_
config lambda_.Get Function Tracing Config  - Tracing settings of the function.
 - version str
 - The version of the Lambda function returned. If 
qualifieris not set, this will resolve to the most recent published version. If no published version of the function exists,versionwill resolve to$LATEST. - vpc_
config lambda_.Get Function Vpc Config  - VPC configuration associated with your Lambda function.
 - qualifier str
 
- architectures List<String>
 - Instruction set architecture for the Lambda function.
 - arn String
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - code
Sha256 String - Base64-encoded representation of raw SHA-256 sum of the zip file.
 - code
Signing StringConfig Arn  - ARN for a Code Signing Configuration.
 - dead
Letter Property MapConfig  - Configure the function's dead letter queue.
 - description String
 - Description of what your Lambda Function does.
 - environment Property Map
 - Lambda environment's configuration settings.
 - ephemeral
Storages List<Property Map> - Amount of Ephemeral storage(
/tmp) allocated for the Lambda Function. - file
System List<Property Map>Configs  - Connection settings for an Amazon EFS file system.
 - function
Name String - handler String
 - Function entrypoint in your code.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - image
Uri String - URI of the container image.
 - invoke
Arn String - ARN to be used for invoking Lambda Function from API Gateway. NOTE: Starting with 
v4.51.0of the provider, this will not include the qualifier. - kms
Key StringArn  - ARN for the KMS encryption key.
 - last
Modified String - Date this resource was last modified.
 - layers List<String>
 - List of Lambda Layer ARNs attached to your Lambda Function.
 - logging
Configs List<Property Map> - Advanced logging settings.
 - memory
Size Number - Amount of memory in MB your Lambda Function can use at runtime.
 - qualified
Arn String - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn. - qualified
Invoke StringArn  - Qualified (
:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn. - reserved
Concurrent NumberExecutions  - The amount of reserved concurrent executions for this lambda function or 
-1if unreserved. - role String
 - IAM role attached to the Lambda Function.
 - runtime String
 - Runtime environment for the Lambda function.
 - signing
Job StringArn  - ARN of a signing job.
 - signing
Profile StringVersion Arn  - The ARN for a signing profile version.
 - source
Code StringHash  - (Deprecated use 
code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file. - source
Code NumberSize  - Size in bytes of the function .zip file.
 - Map<String>
 - timeout Number
 - Function execution time at which Lambda should terminate the function.
 - tracing
Config Property Map - Tracing settings of the function.
 - version String
 - The version of the Lambda function returned. If 
qualifieris not set, this will resolve to the most recent published version. If no published version of the function exists,versionwill resolve to$LATEST. - vpc
Config Property Map - VPC configuration associated with your Lambda function.
 - qualifier String
 
Supporting Types
GetFunctionDeadLetterConfig    
- Target
Arn string 
- Target
Arn string 
- target
Arn String 
- target
Arn string 
- target_
arn str 
- target
Arn String 
GetFunctionEnvironment  
- Variables Dictionary<string, string>
 
- Variables map[string]string
 
- variables Map<String,String>
 
- variables {[key: string]: string}
 
- variables Mapping[str, str]
 
- variables Map<String>
 
GetFunctionEphemeralStorage   
- Size int
 
- Size int
 
- size Integer
 
- size number
 
- size int
 
- size Number
 
GetFunctionFileSystemConfig    
- Arn string
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - Local
Mount stringPath  
- Arn string
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - Local
Mount stringPath  
- arn String
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - local
Mount StringPath  
- arn string
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - local
Mount stringPath  
- arn str
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - local_
mount_ strpath  
- arn String
 - Unqualified (no 
:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn. - local
Mount StringPath  
GetFunctionLoggingConfig   
- Application
Log stringLevel  - Log
Format string - Log
Group string - System
Log stringLevel  
- Application
Log stringLevel  - Log
Format string - Log
Group string - System
Log stringLevel  
- application
Log StringLevel  - log
Format String - log
Group String - system
Log StringLevel  
- application
Log stringLevel  - log
Format string - log
Group string - system
Log stringLevel  
- application_
log_ strlevel  - log_
format str - log_
group str - system_
log_ strlevel  
- application
Log StringLevel  - log
Format String - log
Group String - system
Log StringLevel  
GetFunctionTracingConfig   
- Mode string
 
- Mode string
 
- mode String
 
- mode string
 
- mode str
 
- mode String
 
GetFunctionVpcConfig   
- Ipv6Allowed
For boolDual Stack  - Security
Group List<string>Ids  - Subnet
Ids List<string> - Vpc
Id string 
- Ipv6Allowed
For boolDual Stack  - Security
Group []stringIds  - Subnet
Ids []string - Vpc
Id string 
- ipv6Allowed
For BooleanDual Stack  - security
Group List<String>Ids  - subnet
Ids List<String> - vpc
Id String 
- ipv6Allowed
For booleanDual Stack  - security
Group string[]Ids  - subnet
Ids string[] - vpc
Id string 
- ipv6_
allowed_ boolfor_ dual_ stack  - security_
group_ Sequence[str]ids  - subnet_
ids Sequence[str] - vpc_
id str 
- ipv6Allowed
For BooleanDual Stack  - security
Group List<String>Ids  - subnet
Ids List<String> - vpc
Id String 
Package Details
- Repository
 - AWS Classic pulumi/pulumi-aws
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
awsTerraform Provider.