![]() |
VOOZH | about |
account_idType: STRING
architecturesType: UNORDERED_LIST_STRING
Provider name: Architectures
Description: The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.
capacity_provider_configType: STRUCT
Provider name: CapacityProviderConfig
Description: Configuration for the capacity provider that manages compute resources for Lambda functions.
lambda_managed_instances_capacity_provider_configSTRUCTLambdaManagedInstancesCapacityProviderConfigcapacity_provider_arnSTRINGCapacityProviderArnexecution_environment_memory_gib_per_v_cpuDOUBLEExecutionEnvironmentMemoryGiBPerVCpuper_execution_environment_max_concurrencyINT32PerExecutionEnvironmentMaxConcurrencycode_sha256Type: STRING
Provider name: CodeSha256
Description: The SHA256 hash of the function’s deployment package.
code_sizeType: INT64
Provider name: CodeSize
Description: The size of the function’s deployment package, in bytes.
config_sha256Type: STRING
Provider name: ConfigSha256
Description: The SHA256 hash of the function configuration.
dead_letter_configType: STRUCT
Provider name: DeadLetterConfig
Description: The function’s dead letter queue.
target_arnSTRINGTargetArndescriptionType: STRING
Provider name: Description
Description: The function’s description.
destination_configType: STRUCT
Provider name: DestinationConfig
Description: A destination for events after they have been sent to a function for processing.
Destinations
on_failureSTRUCTOnFailuredestinationSTRINGDestinationon_successSTRUCTOnSuccessCreateEventSourceMapping or UpdateEventSourceMapping.destinationSTRINGDestinationdurable_configType: STRUCT
Provider name: DurableConfig
Description: The function’s durable execution configuration settings, if the function is configured for durability.
execution_timeoutINT32ExecutionTimeoutretention_period_in_daysINT32RetentionPeriodInDaysenvironmentType: STRUCT
Provider name: Environment
Description: The function’s environment variables. Omitted from CloudTrail logs.
errorSTRUCTErrorerror_codeSTRINGErrorCodemessageSTRINGMessagevariablesMAP_STRING_STRINGVariablesephemeral_storageType: STRUCT
Provider name: EphemeralStorage
Description: The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).
sizeINT32Size/tmp directory.file_system_configsType: UNORDERED_LIST_STRUCT
Provider name: FileSystemConfigs
Description: Connection settings for an Amazon EFS file system.
arnSTRINGArnlocal_mount_pathSTRINGLocalMountPath/mnt/.function_arnType: STRING
Provider name: FunctionArn
Description: The Amazon Resource Name (ARN) of the function.
function_nameType: STRING
Provider name: FunctionName
Description: The name of the function.
function_url_configsType: UNORDERED_LIST_STRUCT
Provider name: FunctionUrlConfigs
Description: A list of function URL configurations.
auth_typeSTRINGAuthTypeAWS_IAM if you want to restrict access to authenticated users only. Set to NONE if you want to bypass IAM authentication to create a public endpoint. For more information, see Security and auth model for Lambda function URLs.corsSTRUCTCorsallow_credentialsBOOLEANAllowCredentialsfalse.allow_headersUNORDERED_LIST_STRINGAllowHeadersDate, Keep-Alive, X-Custom-Header.allow_methodsUNORDERED_LIST_STRINGAllowMethodsGET, POST, DELETE, or the wildcard character (*).allow_originsUNORDERED_LIST_STRINGAllowOriginshttps://www.example.com, http://localhost:60905. Alternatively, you can grant access to all origins using the wildcard character (*).expose_headersUNORDERED_LIST_STRINGExposeHeadersDate, Keep-Alive, X-Custom-Header.max_ageINT32MaxAge0, which means that the browser doesn’t cache results.creation_timeSTRINGCreationTimefunction_arnSTRINGFunctionArnfunction_urlSTRINGFunctionUrlinvoke_modeSTRINGInvokeModeBUFFERED – This is the default option. Lambda invokes your function using the Invoke API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB.RESPONSE_STREAM – Your function streams payload results as they become available. Lambda invokes your function using the InvokeWithResponseStream API operation. The maximum response payload size is 200 MB.last_modified_timeSTRINGLastModifiedTimehandlerType: STRING
Provider name: Handler
Description: The function that Lambda calls to begin running your function.
image_config_responseType: STRUCT
Provider name: ImageConfigResponse
Description: The function’s image configuration values.
errorSTRUCTErrorGetFunctionConfiguration.error_codeSTRINGErrorCodemessageSTRINGMessageimage_configSTRUCTImageConfigcommandUNORDERED_LIST_STRINGCommandentry_pointUNORDERED_LIST_STRINGEntryPointworking_directorySTRINGWorkingDirectorykms_key_arnType: STRING
Provider name: KMSKeyArn
Description: The ARN of the Key Management Service (KMS) customer managed key that’s used to encrypt the following resources:
SourceKMSKeyArn, the unzipped version of the .zip deployment package that’s used for function invocations. For more information, see Specifying a customer managed key for Lambda.last_modifiedType: STRING
Provider name: LastModified
Description: The date and time that the configuration was last updated.
last_update_statusType: STRING
Provider name: LastUpdateStatus
Description: The status of the last update that was performed on the function. This is first set to Successful after function creation completes.
last_update_status_reasonType: STRING
Provider name: LastUpdateStatusReason
Description: The reason for the last update that was performed on the function.
last_update_status_reason_codeType: STRING
Provider name: LastUpdateStatusReasonCode
Description: The reason code for the last update that was performed on the function.
layersType: UNORDERED_LIST_STRUCT
Provider name: Layers
Description: The function’s layers.
arnSTRINGArncode_sizeINT64CodeSizesigning_job_arnSTRINGSigningJobArnsigning_profile_version_arnSTRINGSigningProfileVersionArnlogging_configType: STRUCT
Provider name: LoggingConfig
Description: The function’s Amazon CloudWatch Logs configuration settings.
application_log_levelSTRINGApplicationLogLevelTRACE is the highest level and FATAL is the lowest.log_formatSTRINGLogFormatlog_groupSTRINGLogGroup/aws/lambda/<function name>. To use a different log group, enter an existing log group or enter a new log group name.system_log_levelSTRINGSystemLogLevelDEBUG is the highest level and WARN is the lowest.master_arnType: STRING
Provider name: MasterArn
Description: For Lambda@Edge functions, the ARN of the main function.
maximum_event_age_in_secondsType: INT32
Provider name: MaximumEventAgeInSeconds
Description: The maximum age of a request that Lambda sends to a function for processing.
maximum_retry_attemptsType: INT32
Provider name: MaximumRetryAttempts
Description: The maximum number of times to retry when the function returns an error.
memory_sizeType: INT32
Provider name: MemorySize
Description: The amount of memory available to the function at runtime.
package_typeType: STRING
Provider name: PackageType
Description: The type of deployment package. Set to Image for container image and set Zip for .zip file archive.
policiesType: UNORDERED_LIST_STRUCT
account_idSTRINGconditionMAP_STRING_STRINGpolicy_idSTRINGpolicy_not_principalSTRUCTpolicy_idSTRINGprincipalSTRINGprincipal_awsUNORDERED_LIST_STRINGprincipal_canonical_userUNORDERED_LIST_STRINGprincipal_federatedUNORDERED_LIST_STRINGprincipal_serviceUNORDERED_LIST_STRINGpolicy_principalSTRUCTpolicy_idSTRINGprincipalSTRINGprincipal_awsUNORDERED_LIST_STRINGprincipal_canonical_userUNORDERED_LIST_STRINGprincipal_federatedUNORDERED_LIST_STRINGprincipal_serviceUNORDERED_LIST_STRINGprincipal_awsUNORDERED_LIST_STRINGstatement_actionUNORDERED_LIST_STRINGstatement_effectSTRINGstatement_has_conditionBOOLEANstatement_idINT32statement_not_actionUNORDERED_LIST_STRINGstatement_not_resourceUNORDERED_LIST_STRINGstatement_resourceUNORDERED_LIST_STRINGstatement_sidSTRINGversion_idSTRINGpolicyType: STRUCT
policySTRINGrevision_idSTRINGprovisioned_concurrency_configsType: UNORDERED_LIST_STRUCT
Provider name: ProvisionedConcurrencyConfigs
Description: A list of provisioned concurrency configurations.
allocated_provisioned_concurrent_executionsINT32AllocatedProvisionedConcurrentExecutionsavailable_provisioned_concurrent_executionsINT32AvailableProvisionedConcurrentExecutionsfunction_arnSTRINGFunctionArnlast_modifiedSTRINGLastModifiedrequested_provisioned_concurrent_executionsINT32RequestedProvisionedConcurrentExecutionsstatusSTRINGStatusstatus_reasonSTRINGStatusReasonrevision_idType: STRING
Provider name: RevisionId
Description: A unique identifier for the current revision of the policy.
roleType: STRING
Provider name: Role
Description: The function’s execution role.
runtimeType: STRING
Provider name: Runtime
Description: The identifier of the function’s runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you’re deploying a function using a container image. The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see Runtime use after deprecation. For a list of all currently supported runtimes, see Supported runtimes.
runtime_version_configType: STRUCT
Provider name: RuntimeVersionConfig
Description: The ARN of the runtime and any errors that occured.
errorSTRUCTErrorerror_codeSTRINGErrorCodemessageSTRINGMessageruntime_version_arnSTRINGRuntimeVersionArnsigning_job_arnType: STRING
Provider name: SigningJobArn
Description: The ARN of the signing job.
signing_profile_version_arnType: STRING
Provider name: SigningProfileVersionArn
Description: The ARN of the signing profile version.
snap_startType: STRUCT
Provider name: SnapStart
Description: Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.
apply_onSTRINGApplyOnPublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.optimization_statusSTRINGOptimizationStatusstateType: STRING
Provider name: State
Description: The current state of the function. When the state is Inactive, you can reactivate the function by invoking it.
state_reasonType: STRING
Provider name: StateReason
Description: The reason for the function’s current state.
state_reason_codeType: STRING
Provider name: StateReasonCode
Description: The reason code for the function’s current state. When the code is Creating, you can’t invoke or modify the function.
tagsType: UNORDERED_LIST_STRING
tenancy_configType: STRUCT
Provider name: TenancyConfig
Description: The function’s tenant isolation configuration settings. Determines whether the Lambda function runs on a shared or dedicated infrastructure per unique tenant.
tenant_isolation_modeSTRINGTenantIsolationModetimeoutType: INT32
Provider name: Timeout
Description: The amount of time in seconds that Lambda allows a function to run before stopping it.
tracing_configType: STRUCT
Provider name: TracingConfig
Description: The function’s X-Ray tracing configuration.
modeSTRINGModeversionType: STRING
Provider name: Version
Description: The version of the Lambda function.
vpc_configType: STRUCT
Provider name: VpcConfig
Description: The function’s networking configuration.
ipv6_allowed_for_dual_stackBOOLEANIpv6AllowedForDualStacksecurity_group_idsUNORDERED_LIST_STRINGSecurityGroupIdssubnet_idsUNORDERED_LIST_STRINGSubnetIdsvpc_idSTRINGVpcId | |