| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.clone() |
AwsLambdaFunctionDetails |
ResourceDetails.getAwsLambdaFunction()
Details about a Lambda function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withCode(AwsLambdaFunctionCode code)
An
AwsLambdaFunctionCode object. |
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withCodeSha256(String codeSha256)
The SHA256 hash of the function's deployment package.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withDeadLetterConfig(AwsLambdaFunctionDeadLetterConfig deadLetterConfig)
The function's dead letter queue.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withEnvironment(AwsLambdaFunctionEnvironment environment)
The function's environment variables.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withFunctionName(String functionName)
The name of the function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withHandler(String handler)
The function that Lambda calls to begin executing your function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withKmsKeyArn(String kmsKeyArn)
The KMS key that is used to encrypt the function's environment variables.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withLastModified(String lastModified)
Indicates when the function was last updated.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withLayers(AwsLambdaFunctionLayer... layers)
The function's layers.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withLayers(Collection<AwsLambdaFunctionLayer> layers)
The function's layers.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withMasterArn(String masterArn)
For Lambda@Edge functions, the ARN of the master function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withMemorySize(Integer memorySize)
The memory that is allocated to the function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withRevisionId(String revisionId)
The latest updated revision of the function or alias.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withRole(String role)
The function's execution role.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withRuntime(String runtime)
The runtime environment for the Lambda function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withTimeout(Integer timeout)
The amount of time that Lambda allows a function to run before stopping it.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withTracingConfig(AwsLambdaFunctionTracingConfig tracingConfig)
The function's X-Ray tracing configuration.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withVersion(String version)
The version of the Lambda function.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withVpcConfig(AwsLambdaFunctionVpcConfig vpcConfig)
The function's networking configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsLambdaFunction(AwsLambdaFunctionDetails awsLambdaFunction)
Details about a Lambda function.
|
ResourceDetails |
ResourceDetails.withAwsLambdaFunction(AwsLambdaFunctionDetails awsLambdaFunction)
Details about a Lambda function.
|
Copyright © 2021. All rights reserved.