AWS v6.77.0 published on Wednesday, Apr 9, 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:
- FunctionName 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>
- FunctionName 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
- functionName 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>
- functionName 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]
- functionName 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.
- CodeSha256 string
- Base64-encoded representation of raw SHA-256 sum of the zip file.
- CodeSigning stringConfig Arn 
- ARN for a Code Signing Configuration.
- DeadLetter GetConfig Function Dead Letter Config 
- Configure the function's dead letter queue.
- Description string
- Description of what your Lambda Function does.
- Environment
GetFunction Environment 
- Lambda environment's configuration settings.
- EphemeralStorages List<GetFunction Ephemeral Storage> 
- Amount of Ephemeral storage(/tmp) allocated for the Lambda Function.
- FileSystem List<GetConfigs Function File System Config> 
- Connection settings for an Amazon EFS file system.
- FunctionName string
- Handler string
- Function entrypoint in your code.
- Id string
- The provider-assigned unique ID for this managed resource.
- ImageUri string
- URI of the container image.
- InvokeArn 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.
- KmsKey stringArn 
- ARN for the KMS encryption key.
- LastModified string
- Date this resource was last modified.
- Layers List<string>
- List of Lambda Layer ARNs attached to your Lambda Function.
- LoggingConfigs List<GetFunction Logging Config> 
- Advanced logging settings.
- MemorySize int
- Amount of memory in MB your Lambda Function can use at runtime.
- QualifiedArn string
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn.
- QualifiedInvoke stringArn 
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn.
- ReservedConcurrent 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.
- SigningJob stringArn 
- ARN of a signing job.
- SigningProfile stringVersion Arn 
- The ARN for a signing profile version.
- SourceCode stringHash 
- (Deprecated use code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file.
- SourceCode intSize 
- Size in bytes of the function .zip file.
- Dictionary<string, string>
- Timeout int
- Function execution time at which Lambda should terminate the function.
- TracingConfig 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.
- VpcConfig 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.
- CodeSha256 string
- Base64-encoded representation of raw SHA-256 sum of the zip file.
- CodeSigning stringConfig Arn 
- ARN for a Code Signing Configuration.
- DeadLetter GetConfig Function Dead Letter Config 
- Configure the function's dead letter queue.
- Description string
- Description of what your Lambda Function does.
- Environment
GetFunction Environment 
- Lambda environment's configuration settings.
- EphemeralStorages []GetFunction Ephemeral Storage 
- Amount of Ephemeral storage(/tmp) allocated for the Lambda Function.
- FileSystem []GetConfigs Function File System Config 
- Connection settings for an Amazon EFS file system.
- FunctionName string
- Handler string
- Function entrypoint in your code.
- Id string
- The provider-assigned unique ID for this managed resource.
- ImageUri string
- URI of the container image.
- InvokeArn 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.
- KmsKey stringArn 
- ARN for the KMS encryption key.
- LastModified string
- Date this resource was last modified.
- Layers []string
- List of Lambda Layer ARNs attached to your Lambda Function.
- LoggingConfigs []GetFunction Logging Config 
- Advanced logging settings.
- MemorySize int
- Amount of memory in MB your Lambda Function can use at runtime.
- QualifiedArn string
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn.
- QualifiedInvoke stringArn 
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn.
- ReservedConcurrent 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.
- SigningJob stringArn 
- ARN of a signing job.
- SigningProfile stringVersion Arn 
- The ARN for a signing profile version.
- SourceCode stringHash 
- (Deprecated use code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file.
- SourceCode intSize 
- Size in bytes of the function .zip file.
- map[string]string
- Timeout int
- Function execution time at which Lambda should terminate the function.
- TracingConfig 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.
- VpcConfig 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.
- codeSha256 String
- Base64-encoded representation of raw SHA-256 sum of the zip file.
- codeSigning StringConfig Arn 
- ARN for a Code Signing Configuration.
- deadLetter GetConfig Function Dead Letter Config 
- Configure the function's dead letter queue.
- description String
- Description of what your Lambda Function does.
- environment
GetFunction Environment 
- Lambda environment's configuration settings.
- ephemeralStorages List<GetFunction Ephemeral Storage> 
- Amount of Ephemeral storage(/tmp) allocated for the Lambda Function.
- fileSystem List<GetConfigs Function File System Config> 
- Connection settings for an Amazon EFS file system.
- functionName String
- handler String
- Function entrypoint in your code.
- id String
- The provider-assigned unique ID for this managed resource.
- imageUri String
- URI of the container image.
- invokeArn 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.
- kmsKey StringArn 
- ARN for the KMS encryption key.
- lastModified String
- Date this resource was last modified.
- layers List<String>
- List of Lambda Layer ARNs attached to your Lambda Function.
- loggingConfigs List<GetFunction Logging Config> 
- Advanced logging settings.
- memorySize Integer
- Amount of memory in MB your Lambda Function can use at runtime.
- qualifiedArn String
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn.
- qualifiedInvoke StringArn 
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn.
- reservedConcurrent 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.
- signingJob StringArn 
- ARN of a signing job.
- signingProfile StringVersion Arn 
- The ARN for a signing profile version.
- sourceCode StringHash 
- (Deprecated use code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file.
- sourceCode IntegerSize 
- Size in bytes of the function .zip file.
- Map<String,String>
- timeout Integer
- Function execution time at which Lambda should terminate the function.
- tracingConfig 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.
- vpcConfig 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.
- codeSha256 string
- Base64-encoded representation of raw SHA-256 sum of the zip file.
- codeSigning stringConfig Arn 
- ARN for a Code Signing Configuration.
- deadLetter GetConfig Function Dead Letter Config 
- Configure the function's dead letter queue.
- description string
- Description of what your Lambda Function does.
- environment
GetFunction Environment 
- Lambda environment's configuration settings.
- ephemeralStorages GetFunction Ephemeral Storage[] 
- Amount of Ephemeral storage(/tmp) allocated for the Lambda Function.
- fileSystem GetConfigs Function File System Config[] 
- Connection settings for an Amazon EFS file system.
- functionName string
- handler string
- Function entrypoint in your code.
- id string
- The provider-assigned unique ID for this managed resource.
- imageUri string
- URI of the container image.
- invokeArn 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.
- kmsKey stringArn 
- ARN for the KMS encryption key.
- lastModified string
- Date this resource was last modified.
- layers string[]
- List of Lambda Layer ARNs attached to your Lambda Function.
- loggingConfigs GetFunction Logging Config[] 
- Advanced logging settings.
- memorySize number
- Amount of memory in MB your Lambda Function can use at runtime.
- qualifiedArn string
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn.
- qualifiedInvoke stringArn 
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn.
- reservedConcurrent 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.
- signingJob stringArn 
- ARN of a signing job.
- signingProfile stringVersion Arn 
- The ARN for a signing profile version.
- sourceCode stringHash 
- (Deprecated use code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file.
- sourceCode numberSize 
- Size in bytes of the function .zip file.
- {[key: string]: string}
- timeout number
- Function execution time at which Lambda should terminate the function.
- tracingConfig 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.
- vpcConfig 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.
- codeSha256 String
- Base64-encoded representation of raw SHA-256 sum of the zip file.
- codeSigning StringConfig Arn 
- ARN for a Code Signing Configuration.
- deadLetter 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.
- ephemeralStorages List<Property Map>
- Amount of Ephemeral storage(/tmp) allocated for the Lambda Function.
- fileSystem List<Property Map>Configs 
- Connection settings for an Amazon EFS file system.
- functionName String
- handler String
- Function entrypoint in your code.
- id String
- The provider-assigned unique ID for this managed resource.
- imageUri String
- URI of the container image.
- invokeArn 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.
- kmsKey StringArn 
- ARN for the KMS encryption key.
- lastModified String
- Date this resource was last modified.
- layers List<String>
- List of Lambda Layer ARNs attached to your Lambda Function.
- loggingConfigs List<Property Map>
- Advanced logging settings.
- memorySize Number
- Amount of memory in MB your Lambda Function can use at runtime.
- qualifiedArn String
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoarn.
- qualifiedInvoke StringArn 
- Qualified (:QUALIFIERor:VERSIONsuffix) ARN to be used for invoking Lambda Function from API Gateway. See alsoinvoke_arn.
- reservedConcurrent 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.
- signingJob StringArn 
- ARN of a signing job.
- signingProfile StringVersion Arn 
- The ARN for a signing profile version.
- sourceCode StringHash 
- (Deprecated use code_sha256instead) Base64-encoded representation of raw SHA-256 sum of the zip file.
- sourceCode NumberSize 
- Size in bytes of the function .zip file.
- Map<String>
- timeout Number
- Function execution time at which Lambda should terminate the function.
- tracingConfig 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.
- vpcConfig Property Map
- VPC configuration associated with your Lambda function.
- qualifier String
Supporting Types
GetFunctionDeadLetterConfig    
- TargetArn string
- TargetArn string
- targetArn String
- targetArn string
- target_arn str
- targetArn 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.
- LocalMount stringPath 
- Arn string
- Unqualified (no :QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn.
- LocalMount stringPath 
- arn String
- Unqualified (no :QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn.
- localMount StringPath 
- arn string
- Unqualified (no :QUALIFIERor:VERSIONsuffix) ARN identifying your Lambda Function. See alsoqualified_arn.
- localMount 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.
- localMount StringPath 
GetFunctionLoggingConfig   
- ApplicationLog stringLevel 
- LogFormat string
- LogGroup string
- SystemLog stringLevel 
- ApplicationLog stringLevel 
- LogFormat string
- LogGroup string
- SystemLog stringLevel 
- applicationLog StringLevel 
- logFormat String
- logGroup String
- systemLog StringLevel 
- applicationLog stringLevel 
- logFormat string
- logGroup string
- systemLog stringLevel 
- application_log_ strlevel 
- log_format str
- log_group str
- system_log_ strlevel 
- applicationLog StringLevel 
- logFormat String
- logGroup String
- systemLog StringLevel 
GetFunctionTracingConfig   
- Mode string
- Mode string
- mode String
- mode string
- mode str
- mode String
GetFunctionVpcConfig   
- Ipv6AllowedFor boolDual Stack 
- SecurityGroup List<string>Ids 
- SubnetIds List<string>
- VpcId string
- Ipv6AllowedFor boolDual Stack 
- SecurityGroup []stringIds 
- SubnetIds []string
- VpcId string
- ipv6AllowedFor BooleanDual Stack 
- securityGroup List<String>Ids 
- subnetIds List<String>
- vpcId String
- ipv6AllowedFor booleanDual Stack 
- securityGroup string[]Ids 
- subnetIds string[]
- vpcId string
- ipv6_allowed_ boolfor_ dual_ stack 
- security_group_ Sequence[str]ids 
- subnet_ids Sequence[str]
- vpc_id str
- ipv6AllowedFor BooleanDual Stack 
- securityGroup List<String>Ids 
- subnetIds List<String>
- vpcId String
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.