Class CfnFunctionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFunctionProps
CfnFunctionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnFunctionProps
CfnFunctionProps.Builder, CfnFunctionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe instruction set architecture that the function supports.final ObjectgetCode()The code for the function.final StringTo enable code signing for this function, specify the ARN of a code-signing configuration.final ObjectA dead-letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing.final StringA description of the function.final ObjectEnvironment variables that are accessible from function code during execution.final ObjectThe size of the function's/tmpdirectory in MB.final ObjectConnection settings for an Amazon EFS file system.final StringThe name of the Lambda function, up to 64 characters in length.final StringThe name of the method within your code that Lambda calls to run your function.final ObjectConfiguration values that override the container image Dockerfile settings.final StringThe ARN of the AWS Key Management Service ( AWS KMS ) customer managed key that's used to encrypt your function's environment variables .A list of function layers to add to the function's execution environment.final NumberThe amount of memory available to the function at runtime.final StringThe type of deployment package.final NumberThe number of simultaneous executions to reserve for the function.final StringgetRole()The Amazon Resource Name (ARN) of the function's execution role.final StringThe identifier of the function's runtime .final ObjectSets the runtime management configuration for a function's version.final ObjectThe function's AWS Lambda SnapStart setting.getTags()A list of tags to apply to the function.final NumberThe amount of time (in seconds) that Lambda allows a function to run before stopping it.final Objectfinal ObjectFor network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFunctionProps.Builder.
-
-
Method Details
-
getCode
Description copied from interface:CfnFunctionPropsThe code for the function.- Specified by:
getCodein interfaceCfnFunctionProps
-
getRole
Description copied from interface:CfnFunctionPropsThe Amazon Resource Name (ARN) of the function's execution role.- Specified by:
getRolein interfaceCfnFunctionProps
-
getArchitectures
Description copied from interface:CfnFunctionPropsThe instruction set architecture that the function supports.Enter a string array with one of the valid values (arm64 or x86_64). The default value is
x86_64.- Specified by:
getArchitecturesin interfaceCfnFunctionProps
-
getCodeSigningConfigArn
Description copied from interface:CfnFunctionPropsTo enable code signing for this function, specify the ARN of a code-signing configuration.A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function.
- Specified by:
getCodeSigningConfigArnin interfaceCfnFunctionProps
-
getDeadLetterConfig
Description copied from interface:CfnFunctionPropsA dead-letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing.For more information, see Dead-letter queues .
- Specified by:
getDeadLetterConfigin interfaceCfnFunctionProps
-
getDescription
Description copied from interface:CfnFunctionPropsA description of the function.- Specified by:
getDescriptionin interfaceCfnFunctionProps
-
getEnvironment
Description copied from interface:CfnFunctionPropsEnvironment variables that are accessible from function code during execution.- Specified by:
getEnvironmentin interfaceCfnFunctionProps
-
getEphemeralStorage
Description copied from interface:CfnFunctionPropsThe size of the function's/tmpdirectory in MB.The default value is 512, but it can be any whole number between 512 and 10,240 MB.
- Specified by:
getEphemeralStoragein interfaceCfnFunctionProps
-
getFileSystemConfigs
Description copied from interface:CfnFunctionPropsConnection settings for an Amazon EFS file system.To connect a function to a file system, a mount target must be available in every Availability Zone that your function connects to. If your template contains an AWS::EFS::MountTarget resource, you must also specify a
DependsOnattribute to ensure that the mount target is created or updated before the function.For more information about using the
DependsOnattribute, see DependsOn Attribute .- Specified by:
getFileSystemConfigsin interfaceCfnFunctionProps
-
getFunctionName
Description copied from interface:CfnFunctionPropsThe name of the Lambda function, up to 64 characters in length.If you don't specify a name, AWS CloudFormation generates one.
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
- Specified by:
getFunctionNamein interfaceCfnFunctionProps
-
getHandler
Description copied from interface:CfnFunctionPropsThe name of the method within your code that Lambda calls to run your function.Handler is required if the deployment package is a .zip file archive. The format includes the file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information, see Lambda programming model .
- Specified by:
getHandlerin interfaceCfnFunctionProps
-
getImageConfig
Description copied from interface:CfnFunctionPropsConfiguration values that override the container image Dockerfile settings.For more information, see Container image settings .
- Specified by:
getImageConfigin interfaceCfnFunctionProps
-
getKmsKeyArn
Description copied from interface:CfnFunctionPropsThe ARN of the AWS Key Management Service ( AWS KMS ) customer managed key that's used to encrypt your function's environment variables . When Lambda SnapStart is activated, Lambda also uses this key is to encrypt your function's snapshot. If you deploy your function using a container image, Lambda also uses this key to encrypt your function when it's deployed. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). If you don't provide a customer managed key, Lambda uses a default service key.- Specified by:
getKmsKeyArnin interfaceCfnFunctionProps
-
getLayers
Description copied from interface:CfnFunctionPropsA list of function layers to add to the function's execution environment. Specify each layer by its ARN, including the version.- Specified by:
getLayersin interfaceCfnFunctionProps
-
getMemorySize
Description copied from interface:CfnFunctionPropsThe amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.- Specified by:
getMemorySizein interfaceCfnFunctionProps
-
getPackageType
Description copied from interface:CfnFunctionPropsThe type of deployment package.Set to
Imagefor container image and setZipfor .zip file archive.- Specified by:
getPackageTypein interfaceCfnFunctionProps
-
getReservedConcurrentExecutions
Description copied from interface:CfnFunctionPropsThe number of simultaneous executions to reserve for the function.- Specified by:
getReservedConcurrentExecutionsin interfaceCfnFunctionProps
-
getRuntime
Description copied from interface:CfnFunctionPropsThe 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 .
- Specified by:
getRuntimein interfaceCfnFunctionProps
-
getRuntimeManagementConfig
Description copied from interface:CfnFunctionPropsSets the runtime management configuration for a function's version.For more information, see Runtime updates .
- Specified by:
getRuntimeManagementConfigin interfaceCfnFunctionProps
-
getSnapStart
Description copied from interface:CfnFunctionPropsThe function's AWS Lambda SnapStart setting.- Specified by:
getSnapStartin interfaceCfnFunctionProps
-
getTags
Description copied from interface:CfnFunctionPropsA list of tags to apply to the function.- Specified by:
getTagsin interfaceCfnFunctionProps
-
getTimeout
Description copied from interface:CfnFunctionPropsThe amount of time (in seconds) that Lambda allows a function to run before stopping it.The default is 3 seconds. The maximum allowed value is 900 seconds. For more information, see Lambda execution environment .
- Specified by:
getTimeoutin interfaceCfnFunctionProps
-
getTracingConfig
Description copied from interface:CfnFunctionProps- Specified by:
getTracingConfigin interfaceCfnFunctionProps
-
getVpcConfig
Description copied from interface:CfnFunctionPropsFor network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC.When you connect a function to a VPC, it can access resources and the internet only through that VPC. For more information, see Configuring a Lambda function to access resources in a VPC .
- Specified by:
getVpcConfigin interfaceCfnFunctionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-