| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Code |
EdgeFunctionProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
EdgeFunction.Builder |
EdgeFunction.Builder.code(Code code)
(experimental) The source code of your Lambda function.
|
| Constructor and Description |
|---|
Jsii$Proxy(String stackId,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
EdgeFunctionProps.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetCode
(experimental) Lambda code from a local directory.
|
class |
AssetImageCode
(experimental) Represents an ECR image that will be constructed from the specified asset and can be bound as Lambda code.
|
class |
CfnParametersCode
(experimental) Lambda code defined using 2 CloudFormation parameters.
|
class |
EcrImageCode
(experimental) Represents a Docker image in ECR that can be bound as Lambda Code.
|
class |
InlineCode
(experimental) Lambda code from an inline string (limited to 4KiB).
|
class |
S3Code
(experimental) Lambda code from an S3 archive.
|
| Modifier and Type | Method and Description |
|---|---|
Code |
LayerVersionProps.getCode()
(experimental) The content of this Layer.
|
Code |
LayerVersionProps.Jsii$Proxy.getCode() |
Code |
SingletonFunctionProps.Jsii$Proxy.getCode() |
Code |
FunctionProps.getCode()
(experimental) The source code of your Lambda function.
|
Code |
FunctionProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
SingletonFunction.Builder |
SingletonFunction.Builder.code(Code code)
(experimental) The source code of your Lambda function.
|
LayerVersionProps.Builder |
LayerVersionProps.Builder.code(Code code)
Sets the value of
LayerVersionProps.getCode() |
Function.Builder |
Function.Builder.code(Code code)
(experimental) The source code of your Lambda function.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
FunctionProps.Builder |
FunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
LayerVersion.Builder |
LayerVersion.Builder.code(Code code)
(experimental) The content of this Layer.
|
| Constructor and Description |
|---|
Jsii$Proxy(Code code,
List<? extends Runtime> compatibleRuntimes,
String description,
String layerVersionName,
String license,
RemovalPolicy removalPolicy)
Constructor that initializes the object based on literal property values passed by the
LayerVersionProps.Builder. |
Jsii$Proxy(Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionProps.Builder. |
Jsii$Proxy(String uuid,
String lambdaPurpose,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SingletonFunctionProps.Builder. |
Copyright © 2021. All rights reserved.