Builder
Properties
The instruction set architecture that the function uses. Valid values are x86_64
or arm64
.
An AwsLambdaFunctionCode
object.
The SHA256 hash of the function's deployment package.
The function's dead letter queue.
The function's environment variables.
The name of the function.
Indicates when the function was last updated.
The function's layers.
The memory that is allocated to the function.
The type of deployment package that's used to deploy the function code to Lambda. Set to Image
for a container image and Zip
for a .zip file archive.
The latest updated revision of the function or alias.
The function's X-Ray tracing configuration.
The function's networking configuration.
Functions
construct an aws.sdk.kotlin.services.securityhub.model.AwsLambdaFunctionCode inside the given block
construct an aws.sdk.kotlin.services.securityhub.model.AwsLambdaFunctionDeadLetterConfig inside the given block
construct an aws.sdk.kotlin.services.securityhub.model.AwsLambdaFunctionEnvironment inside the given block
construct an aws.sdk.kotlin.services.securityhub.model.AwsLambdaFunctionTracingConfig inside the given block
construct an aws.sdk.kotlin.services.securityhub.model.AwsLambdaFunctionVpcConfig inside the given block