- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
architectures
Type: 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
.
code_sha256
Type: STRING
Provider name: CodeSha256
Description: The SHA256 hash of the function’s deployment package.
code_size
Type: INT64
Provider name: CodeSize
Description: The size of the function’s deployment package, in bytes.
dead_letter_config
Type: STRUCT
Provider name: DeadLetterConfig
Description: The function’s dead letter queue.
target_arn
STRING
TargetArn
description
Type: STRING
Provider name: Description
Description: The function’s description.
environment
Type: STRUCT
Provider name: Environment
Description: The function’s environment variables. Omitted from CloudTrail logs.
error
STRUCT
Error
error_code
STRING
ErrorCode
message
STRING
Message
variables
MAP_STRING_STRING
Variables
ephemeral_storage
Type: STRUCT
Provider name: EphemeralStorage
Description: The size of the function’s /tmp
directory in MB. The default value is 512, but it can be any whole number between 512 and 10,240 MB.
size
INT32
Size
/tmp
directory.file_system_configs
Type: UNORDERED_LIST_STRUCT
Provider name: FileSystemConfigs
Description: Connection settings for an Amazon EFS file system.
arn
STRING
Arn
local_mount_path
STRING
LocalMountPath
/mnt/
.function_arn
Type: STRING
Provider name: FunctionArn
Description: The function’s Amazon Resource Name (ARN).
function_name
Type: STRING
Provider name: FunctionName
Description: The name of the function.
function_url_configs
Type: UNORDERED_LIST_STRUCT
Provider name: FunctionUrlConfigs
Description: A list of function URL configurations.
auth_type
STRING
AuthType
AWS_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.cors
STRUCT
Cors
allow_credentials
BOOLEAN
AllowCredentials
false
.allow_headers
UNORDERED_LIST_STRING
AllowHeaders
Date
, Keep-Alive
, X-Custom-Header
.allow_methods
UNORDERED_LIST_STRING
AllowMethods
GET
, POST
, DELETE
, or the wildcard character (*
).allow_origins
UNORDERED_LIST_STRING
AllowOrigins
https://www.example.com
, http://localhost:60905
. Alternatively, you can grant access to all origins using the wildcard character (*
).expose_headers
UNORDERED_LIST_STRING
ExposeHeaders
Date
, Keep-Alive
, X-Custom-Header
.max_age
INT32
MaxAge
0
, which means that the browser doesn’t cache results.creation_time
STRING
CreationTime
function_arn
STRING
FunctionArn
function_url
STRING
FunctionUrl
invoke_mode
STRING
InvokeMode
BUFFERED
– 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 20 MB, however, you can request a quota increase.last_modified_time
STRING
LastModifiedTime
handler
Type: STRING
Provider name: Handler
Description: The function that Lambda calls to begin running your function.
image_config_response
Type: STRUCT
Provider name: ImageConfigResponse
Description: The function’s image configuration values.
error
STRUCT
Error
GetFunctionConfiguration
.error_code
STRING
ErrorCode
message
STRING
Message
image_config
STRUCT
ImageConfig
command
UNORDERED_LIST_STRING
Command
entry_point
UNORDERED_LIST_STRING
EntryPoint
working_directory
STRING
WorkingDirectory
kms_key_arn
Type: STRING
Provider name: KMSKeyArn
Description: The KMS key that’s used to encrypt the function’s environment variables. When Lambda SnapStart is activated, this key is also used to encrypt the function’s snapshot. This key is returned only if you’ve configured a customer managed key.
last_modified
Type: STRING
Provider name: LastModified
Description: The date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
last_update_status
Type: 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_reason
Type: STRING
Provider name: LastUpdateStatusReason
Description: The reason for the last update that was performed on the function.
last_update_status_reason_code
Type: STRING
Provider name: LastUpdateStatusReasonCode
Description: The reason code for the last update that was performed on the function.
layers
Type: UNORDERED_LIST_STRUCT
Provider name: Layers
Description: The function’s layers.
arn
STRING
Arn
code_size
INT64
CodeSize
signing_job_arn
STRING
SigningJobArn
signing_profile_version_arn
STRING
SigningProfileVersionArn
logging_config
Type: STRUCT
Provider name: LoggingConfig
Description: The function’s Amazon CloudWatch Logs configuration settings.
application_log_level
STRING
ApplicationLogLevel
log_format
STRING
LogFormat
log_group
STRING
LogGroup
/aws/lambda/<function name>
. To use a different log group, enter an existing log group or enter a new log group name.system_log_level
STRING
SystemLogLevel
master_arn
Type: STRING
Provider name: MasterArn
Description: For Lambda@Edge functions, the ARN of the main function.
memory_size
Type: INT32
Provider name: MemorySize
Description: The amount of memory available to the function at runtime.
package_type
Type: STRING
Provider name: PackageType
Description: The type of deployment package. Set to Image
for container image and set Zip
for .zip file archive.
policies
Type: UNORDERED_LIST_STRUCT
account_id
STRING
condition
MAP_STRING_STRING
policy_id
STRING
policy_not_principal
STRUCT
policy_id
STRING
principal
STRING
principal_aws
UNORDERED_LIST_STRING
principal_canonical_user
UNORDERED_LIST_STRING
principal_federated
UNORDERED_LIST_STRING
principal_service
UNORDERED_LIST_STRING
policy_principal
STRUCT
policy_id
STRING
principal
STRING
principal_aws
UNORDERED_LIST_STRING
principal_canonical_user
UNORDERED_LIST_STRING
principal_federated
UNORDERED_LIST_STRING
principal_service
UNORDERED_LIST_STRING
principal_aws
UNORDERED_LIST_STRING
statement_action
UNORDERED_LIST_STRING
statement_effect
STRING
statement_has_condition
BOOLEAN
statement_id
INT32
statement_not_action
UNORDERED_LIST_STRING
statement_not_resource
UNORDERED_LIST_STRING
statement_resource
UNORDERED_LIST_STRING
statement_sid
STRING
version_id
STRING
policy
Type: STRUCT
policy
STRING
revision_id
STRING
revision_id
Type: STRING
Provider name: RevisionId
Description: A unique identifier for the current revision of the policy.
role
Type: STRING
Provider name: Role
Description: The function’s execution role.
runtime
Type: STRING
Provider name: Runtime
Description: The identifier of the function’s runtime. Runtime is required if the deployment package is a .zip file archive. The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
runtime_version_config
Type: STRUCT
Provider name: RuntimeVersionConfig
Description: The ARN of the runtime and any errors that occured.
error
STRUCT
Error
error_code
STRING
ErrorCode
message
STRING
Message
runtime_version_arn
STRING
RuntimeVersionArn
signing_job_arn
Type: STRING
Provider name: SigningJobArn
Description: The ARN of the signing job.
signing_profile_version_arn
Type: STRING
Provider name: SigningProfileVersionArn
Description: The ARN of the signing profile version.
snap_start
Type: 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_on
STRING
ApplyOn
PublishedVersions
, Lambda creates a snapshot of the execution environment when you publish a function version.optimization_status
STRING
OptimizationStatus
state
Type: 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_reason
Type: STRING
Provider name: StateReason
Description: The reason for the function’s current state.
state_reason_code
Type: 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.
tags
Type: UNORDERED_LIST_STRING
timeout
Type: INT32
Provider name: Timeout
Description: The amount of time in seconds that Lambda allows a function to run before stopping it.
tracing_config
Type: STRUCT
Provider name: TracingConfig
Description: The function’s X-Ray tracing configuration.
mode
STRING
Mode
version
Type: STRING
Provider name: Version
Description: The version of the Lambda function.
vpc_config
Type: STRUCT
Provider name: VpcConfig
Description: The function’s networking configuration.
ipv6_allowed_for_dual_stack
BOOLEAN
Ipv6AllowedForDualStack
security_group_ids
UNORDERED_LIST_STRING
SecurityGroupIds
subnet_ids
UNORDERED_LIST_STRING
SubnetIds
vpc_id
STRING
VpcId