![]() |
![]()
| ![]() |
![]()
NAMEPaws::Lambda::FunctionConfiguration ATTRIBUTESCodeSha256 => StrThe SHA256 hash of the function's deployment package. CodeSize => IntThe size of the function's deployment package, in bytes. DeadLetterConfig => Paws::Lambda::DeadLetterConfigThe function's dead letter queue. Description => StrThe function's description. Environment => Paws::Lambda::EnvironmentResponseThe function's environment variables (https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html). FileSystemConfigs => ArrayRef[Paws::Lambda::FileSystemConfig]Connection settings for an Amazon EFS file system (https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html). FunctionArn => StrThe function's Amazon Resource Name (ARN). FunctionName => StrThe name of the function. Handler => StrThe function that Lambda calls to begin executing your function. ImageConfigResponse => Paws::Lambda::ImageConfigResponseThe function's image configuration values. KMSKeyArn => StrThe KMS key that's used to encrypt the function's environment variables. This key is only returned if you've configured a customer managed CMK. LastModified => StrThe date and time that the function was last updated, in ISO-8601 format (https://www.w3.org/TR/NOTE-datetime) (YYYY-MM-DDThh:mm:ss.sTZD). LastUpdateStatus => StrThe status of the last update that was performed on the function. This is first set to "Successful" after function creation completes. Valid values are: "Successful", "Failed", "InProgress" =head2 LastUpdateStatusReason => Str The reason for the last update that was performed on the function. LastUpdateStatusReasonCode => StrThe reason code for the last update that was performed on the function. Valid values are: "EniLimitExceeded", "InsufficientRolePermissions", "InvalidConfiguration", "InternalError", "SubnetOutOfIPAddresses", "InvalidSubnet", "InvalidSecurityGroup", "ImageDeleted", "ImageAccessDenied", "InvalidImage" =head2 Layers => ArrayRef[Paws::Lambda::Layer] The function's layers (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). MasterArn => StrFor Lambda@Edge functions, the ARN of the master function. MemorySize => IntThe amount of memory available to the function at runtime. PackageType => StrThe type of deployment package. Set to "Image" for container image and set "Zip" for .zip file archive. Valid values are: "Zip", "Image" =head2 RevisionId => Str The latest updated revision of the function or alias. Role => StrThe function's execution role. Runtime => StrThe runtime environment for the Lambda function. Valid values are: "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2" =head2 SigningJobArn => Str The ARN of the signing job. SigningProfileVersionArn => StrThe ARN of the signing profile version. State => StrThe current state of the function. When the state is "Inactive", you can reactivate the function by invoking it. Valid values are: "Pending", "Active", "Inactive", "Failed" =head2 StateReason => Str The reason for the function's current state. StateReasonCode => StrThe reason code for the function's current state. When the code is "Creating", you can't invoke or modify the function. Valid values are: "Idle", "Creating", "Restoring", "EniLimitExceeded", "InsufficientRolePermissions", "InvalidConfiguration", "InternalError", "SubnetOutOfIPAddresses", "InvalidSubnet", "InvalidSecurityGroup", "ImageDeleted", "ImageAccessDenied", "InvalidImage" =head2 Timeout => Int The amount of time in seconds that Lambda allows a function to run before stopping it. TracingConfig => Paws::Lambda::TracingConfigResponseThe function's X-Ray tracing configuration. Version => StrThe version of the Lambda function. VpcConfig => Paws::Lambda::VpcConfigResponseThe function's networking configuration. _request_id => Str
|