Class CfnFunctionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunctionMixinProps
CfnFunctionMixinProps-
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.cfnpropertymixins.services.lambda.CfnFunctionMixinProps
CfnFunctionMixinProps.Builder, CfnFunctionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFunctionMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionMixinProps.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 ObjectConfiguration for the capacity provider that manages compute resources for Lambda functions.final ObjectgetCode()The code for the function.final ObjectTo 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 ObjectConfiguration settings for durable functions , including execution timeout and retention period for execution history.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 ObjectConfiguration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.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 ObjectThe ARN of the AWS Key Management Service ( AWS ) customer managed key that's used to encrypt the following resources:.A list of function layers to add to the function's execution environment.final ObjectThe function's Amazon CloudWatch Logs configuration settings.final NumberThe amount of memory available to the function at runtime.final StringThe type of deployment package.final ObjectReturns union: eitherBooleanorIResolvablefinal StringThe status of your function's recursive loop detection configuration.final NumberThe number of simultaneous executions to reserve for the function.final ObjectgetRole()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 ObjectThe function's tenant isolation configuration settings.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 theCfnFunctionMixinProps.Builder.
-
-
Method Details
-
getArchitectures
Description copied from interface:CfnFunctionMixinPropsThe 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 interfaceCfnFunctionMixinProps- See Also:
-
getCapacityProviderConfig
Description copied from interface:CfnFunctionMixinPropsConfiguration for the capacity provider that manages compute resources for Lambda functions.Returns union: either
IResolvableorCfnFunctionPropsMixin.CapacityProviderConfigProperty- Specified by:
getCapacityProviderConfigin interfaceCfnFunctionMixinProps- See Also:
-
getCode
Description copied from interface:CfnFunctionMixinPropsThe code for the function. You can define your function code in multiple ways:.- For .zip deployment packages, you can specify the Amazon S3 location of the .zip file in the
S3Bucket,S3Key, andS3ObjectVersionproperties. - For .zip deployment packages, you can alternatively define the function code inline in the
ZipFileproperty. This method works only for Node.js and Python functions. - For container images, specify the URI of your container image in the Amazon ECR registry in the
ImageUriproperty.
Returns union: either
IResolvableorCfnFunctionPropsMixin.CodeProperty- Specified by:
getCodein interfaceCfnFunctionMixinProps- See Also:
- For .zip deployment packages, you can specify the Amazon S3 location of the .zip file in the
-
getCodeSigningConfigArn
Description copied from interface:CfnFunctionMixinPropsTo 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.
Returns union: either
StringorICodeSigningConfigRef- Specified by:
getCodeSigningConfigArnin interfaceCfnFunctionMixinProps- See Also:
-
getDeadLetterConfig
Description copied from interface:CfnFunctionMixinPropsA 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 .
Returns union: either
IResolvableorCfnFunctionPropsMixin.DeadLetterConfigProperty- Specified by:
getDeadLetterConfigin interfaceCfnFunctionMixinProps- See Also:
-
getDescription
Description copied from interface:CfnFunctionMixinPropsA description of the function.- Specified by:
getDescriptionin interfaceCfnFunctionMixinProps- See Also:
-
getDurableConfig
Description copied from interface:CfnFunctionMixinPropsConfiguration settings for durable functions , including execution timeout and retention period for execution history.Returns union: either
IResolvableorCfnFunctionPropsMixin.DurableConfigProperty- Specified by:
getDurableConfigin interfaceCfnFunctionMixinProps- See Also:
-
getEnvironment
Description copied from interface:CfnFunctionMixinPropsEnvironment variables that are accessible from function code during execution.Returns union: either
IResolvableorCfnFunctionPropsMixin.EnvironmentProperty- Specified by:
getEnvironmentin interfaceCfnFunctionMixinProps- See Also:
-
getEphemeralStorage
Description copied from interface:CfnFunctionMixinPropsThe 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.
Returns union: either
IResolvableorCfnFunctionPropsMixin.EphemeralStorageProperty- Specified by:
getEphemeralStoragein interfaceCfnFunctionMixinProps- See Also:
-
getFileSystemConfigs
Description copied from interface:CfnFunctionMixinPropsConnection 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 .Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFunctionPropsMixin.FileSystemConfigProperty>- Specified by:
getFileSystemConfigsin interfaceCfnFunctionMixinProps- See Also:
-
getFunctionName
Description copied from interface:CfnFunctionMixinPropsThe name of the Lambda function, up to 64 characters in length.If you don't specify a name, 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 interfaceCfnFunctionMixinProps- See Also:
-
getFunctionScalingConfig
Description copied from interface:CfnFunctionMixinPropsConfiguration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.Returns union: either
IResolvableorCfnFunctionPropsMixin.FunctionScalingConfigProperty- Specified by:
getFunctionScalingConfigin interfaceCfnFunctionMixinProps- See Also:
-
getHandler
Description copied from interface:CfnFunctionMixinPropsThe 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 interfaceCfnFunctionMixinProps- See Also:
-
getImageConfig
Description copied from interface:CfnFunctionMixinPropsConfiguration values that override the container image Dockerfile settings.For more information, see Container image settings .
Returns union: either
IResolvableorCfnFunctionPropsMixin.ImageConfigProperty- Specified by:
getImageConfigin interfaceCfnFunctionMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnFunctionMixinPropsThe ARN of the AWS Key Management Service ( AWS ) customer managed key that's used to encrypt the following resources:.- The function's environment variables .
- The function's Lambda SnapStart snapshots.
- When used with
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 . - The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see Function lifecycle .
If you don't provide a customer managed key, Lambda uses an AWS owned key or an AWS managed key .
- Specified by:
getKmsKeyArnin interfaceCfnFunctionMixinProps- See Also:
-
getLayers
Description copied from interface:CfnFunctionMixinPropsA list of function layers to add to the function's execution environment. Specify each layer by its ARN, including the version.Returns union: Listinvalid input: '<'either
StringorILayerVersionRef>- Specified by:
getLayersin interfaceCfnFunctionMixinProps- See Also:
-
getLoggingConfig
Description copied from interface:CfnFunctionMixinPropsThe function's Amazon CloudWatch Logs configuration settings.Returns union: either
IResolvableorCfnFunctionPropsMixin.LoggingConfigProperty- Specified by:
getLoggingConfigin interfaceCfnFunctionMixinProps- See Also:
-
getMemorySize
Description copied from interface:CfnFunctionMixinPropsThe 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. Note that new AWS accounts have reduced concurrency and memory quotas. AWS raises these quotas automatically based on your usage. You can also request a quota increase.- Specified by:
getMemorySizein interfaceCfnFunctionMixinProps- See Also:
-
getPackageType
Description copied from interface:CfnFunctionMixinPropsThe type of deployment package.Set to
Imagefor container image and setZipfor .zip file archive.- Specified by:
getPackageTypein interfaceCfnFunctionMixinProps- See Also:
-
getPublishToLatestPublished
Description copied from interface:CfnFunctionMixinPropsReturns union: eitherBooleanorIResolvable- Specified by:
getPublishToLatestPublishedin interfaceCfnFunctionMixinProps- See Also:
-
getRecursiveLoop
Description copied from interface:CfnFunctionMixinPropsThe status of your function's recursive loop detection configuration.When this value is set to
Allowand Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.When this value is set to
Terminateand Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.- Specified by:
getRecursiveLoopin interfaceCfnFunctionMixinProps- See Also:
-
getReservedConcurrentExecutions
Description copied from interface:CfnFunctionMixinPropsThe number of simultaneous executions to reserve for the function.- Specified by:
getReservedConcurrentExecutionsin interfaceCfnFunctionMixinProps- See Also:
-
getRole
Description copied from interface:CfnFunctionMixinPropsThe Amazon Resource Name (ARN) of the function's execution role.- Specified by:
getRolein interfaceCfnFunctionMixinProps- See Also:
-
getRuntime
Description copied from interface:CfnFunctionMixinPropsThe 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 .
- Specified by:
getRuntimein interfaceCfnFunctionMixinProps- See Also:
-
getRuntimeManagementConfig
Description copied from interface:CfnFunctionMixinPropsSets the runtime management configuration for a function's version.For more information, see Runtime updates .
Returns union: either
IResolvableorCfnFunctionPropsMixin.RuntimeManagementConfigProperty- Specified by:
getRuntimeManagementConfigin interfaceCfnFunctionMixinProps- See Also:
-
getSnapStart
Description copied from interface:CfnFunctionMixinPropsThe function's AWS Lambda SnapStart setting.Returns union: either
IResolvableorCfnFunctionPropsMixin.SnapStartProperty- Specified by:
getSnapStartin interfaceCfnFunctionMixinProps- See Also:
-
getTags
Description copied from interface:CfnFunctionMixinPropsA list of tags to apply to the function.You must have the
lambda:TagResource,lambda:UntagResource, andlambda:ListTagspermissions for your IAM principal to manage the CloudFormation stack. If you don't have these permissions, there might be unexpected behavior with stack-level tags propagating to the resource during resource creation and update.- Specified by:
getTagsin interfaceCfnFunctionMixinProps- See Also:
-
getTenancyConfig
Description copied from interface:CfnFunctionMixinPropsThe function's tenant isolation configuration settings.Determines whether the Lambda function runs on a shared or dedicated infrastructure per unique tenant.
Returns union: either
IResolvableorCfnFunctionPropsMixin.TenancyConfigProperty- Specified by:
getTenancyConfigin interfaceCfnFunctionMixinProps- See Also:
-
getTimeout
Description copied from interface:CfnFunctionMixinPropsThe 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 interfaceCfnFunctionMixinProps- See Also:
-
getTracingConfig
Description copied from interface:CfnFunctionMixinPropsSetModetoActiveto sample and trace a subset of incoming requests with X-Ray .Returns union: either
IResolvableorCfnFunctionPropsMixin.TracingConfigProperty- Specified by:
getTracingConfigin interfaceCfnFunctionMixinProps- See Also:
-
getVpcConfig
Description copied from interface:CfnFunctionMixinPropsFor 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 .
Returns union: either
IResolvableorCfnFunctionPropsMixin.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnFunctionMixinProps- See Also:
-
$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()
-