Skip navigation links
$ A B C D E F G H I J L M O P R S T V 

$

$jsii$toJson() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
$jsii$toJson() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
 

A

allowAllOutbound(Boolean) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Whether to allow the Lambda to send all network traffic.
allowAllOutbound(Boolean) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
allowPublicSubnet(Boolean) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Lambda Functions in a public subnet can NOT access the internet.
allowPublicSubnet(Boolean) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
assetHash(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
(experimental) Specify a custom hash for this asset.
assetHash(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
assetHashType(AssetHashType) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
(experimental) Determines how asset hash is calculated.
assetHashType(AssetHashType) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder

B

build() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
 
build() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
Builds the configured instance.
build() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersion.Builder
 
build() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Builder
Builds the configured instance.
builder() - Static method in interface software.amazon.awscdk.services.lambda.python.PythonFunctionProps
 
Builder() - Constructor for class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
 
builder() - Static method in interface software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps
 
Builder() - Constructor for class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Builder
 

C

codeSigningConfig(ICodeSigningConfig) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Code signing config associated with this function.
codeSigningConfig(ICodeSigningConfig) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
compatibleRuntimes(List<? extends Runtime>) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersion.Builder
(experimental) The runtimes compatible with the python layer.
compatibleRuntimes(List<? extends Runtime>) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Builder
create(Construct, String) - Static method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
 
create(Construct, String) - Static method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersion.Builder
 
currentVersionOptions(VersionOptions) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method.
currentVersionOptions(VersionOptions) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder

D

deadLetterQueue(IQueue) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The SQS queue to use if DLQ is enabled.
deadLetterQueue(IQueue) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
deadLetterQueueEnabled(Boolean) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Enabled DLQ.
deadLetterQueueEnabled(Boolean) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
description(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
A description of the function.
description(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
description(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersion.Builder
The description the this Lambda Layer.
description(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Builder

E

entry(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
(experimental) The path to the root directory of the function.
entry(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
entry(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersion.Builder
(experimental) The path to the root directory of the lambda layer.
entry(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Builder
environment(Map<String, String>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Key-value pairs that Lambda caches and makes available for your Lambda functions.
environment(Map<String, String>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
environmentEncryption(IKey) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The AWS KMS key that's used to encrypt your function's environment variables.
environmentEncryption(IKey) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
equals(Object) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
equals(Object) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
 
events(List<? extends IEventSource>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Event sources for this function.
events(List<? extends IEventSource>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
Sets the value of FunctionOptions.getEvents()

F

filesystem(FileSystem) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The filesystem configuration for the lambda function.
filesystem(FileSystem) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
functionName(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
A name for the function.
functionName(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder

G

getAllowAllOutbound() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getAllowPublicSubnet() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getAssetHash() - Method in interface software.amazon.awscdk.services.lambda.python.PythonFunctionProps
(experimental) Specify a custom hash for this asset.
getAssetHash() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getAssetHashType() - Method in interface software.amazon.awscdk.services.lambda.python.PythonFunctionProps
(experimental) Determines how asset hash is calculated.
getAssetHashType() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getCodeSigningConfig() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getCompatibleRuntimes() - Method in interface software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps
(experimental) The runtimes compatible with the python layer.
getCompatibleRuntimes() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
 
getCurrentVersionOptions() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getDeadLetterQueue() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getDeadLetterQueueEnabled() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getDescription() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getDescription() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
 
getEntry() - Method in interface software.amazon.awscdk.services.lambda.python.PythonFunctionProps
(experimental) The path to the root directory of the function.
getEntry() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getEntry() - Method in interface software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps
(experimental) The path to the root directory of the lambda layer.
getEntry() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
 
getEnvironment() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getEnvironmentEncryption() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getEvents() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getFilesystem() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getFunctionName() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getHandler() - Method in interface software.amazon.awscdk.services.lambda.python.PythonFunctionProps
(experimental) The name of the exported handler in the index file.
getHandler() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getIndex() - Method in interface software.amazon.awscdk.services.lambda.python.PythonFunctionProps
(experimental) The path (relative to entry) to the index file containing the exported handler.
getIndex() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getInitialPolicy() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getLayers() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getLayerVersionName() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
 
getLicense() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
 
getLogRetention() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getLogRetentionRetryOptions() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getLogRetentionRole() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getMaxEventAge() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getMemorySize() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getOnFailure() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getOnSuccess() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getProfiling() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getProfilingGroup() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getRemovalPolicy() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
 
getReservedConcurrentExecutions() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getRetryAttempts() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getRole() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getRuntime() - Method in interface software.amazon.awscdk.services.lambda.python.PythonFunctionProps
(experimental) The runtime environment.
getRuntime() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getSecurityGroup() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getSecurityGroups() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getTimeout() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getTracing() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getVpc() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
getVpcSubnets() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 

H

handler(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
(experimental) The name of the exported handler in the index file.
handler(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
hashCode() - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
 
hashCode() - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
 

I

index(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
(experimental) The path (relative to entry) to the index file containing the exported handler.
index(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
initialPolicy(List<? extends PolicyStatement>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Initial policy statements to add to the created Lambda Role.
initialPolicy(List<? extends PolicyStatement>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder

J

Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(String, String, AssetHashType, String, String, Runtime, Boolean, Boolean, ICodeSigningConfig, VersionOptions, IQueue, Boolean, String, Map<String, String>, IKey, List<? extends IEventSource>, FileSystem, String, List<? extends PolicyStatement>, List<? extends ILayerVersion>, RetentionDays, LogRetentionRetryOptions, IRole, Number, Boolean, IProfilingGroup, Number, IRole, ISecurityGroup, List<? extends ISecurityGroup>, Duration, Tracing, IVpc, SubnetSelection, Duration, IDestination, IDestination, Number) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Jsii$Proxy
Constructor that initializes the object based on literal property values passed by the PythonFunctionProps.Builder.
Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(String, List<? extends Runtime>, String, String, String, RemovalPolicy) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Jsii$Proxy
Constructor that initializes the object based on literal property values passed by the PythonLayerVersionProps.Builder.

L

layers(List<? extends ILayerVersion>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
A list of layers to add to the function's execution environment.
layers(List<? extends ILayerVersion>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
Sets the value of FunctionOptions.getLayers()
layerVersionName(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersion.Builder
The name of the layer.
layerVersionName(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Builder
license(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersion.Builder
The SPDX licence identifier or URL to the license file for this layer.
license(String) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Builder
logRetention(RetentionDays) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The number of days log events are kept in CloudWatch Logs.
logRetention(RetentionDays) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
logRetentionRetryOptions(LogRetentionRetryOptions) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
When log retention is specified, a custom resource attempts to create the CloudWatch log group.
logRetentionRetryOptions(LogRetentionRetryOptions) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
logRetentionRole(IRole) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The IAM role for the Lambda function associated with the custom resource that sets the retention policy.
logRetentionRole(IRole) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder

M

maxEventAge(Duration) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The maximum age of a request that Lambda sends to a function for processing.
maxEventAge(Duration) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
memorySize(Number) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The amount of memory, in MB, that is allocated to your Lambda function.
memorySize(Number) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder

O

onFailure(IDestination) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The destination for failed invocations.
onFailure(IDestination) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
onSuccess(IDestination) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The destination for successful invocations.
onSuccess(IDestination) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder

P

profiling(Boolean) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Enable profiling.
profiling(Boolean) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
profilingGroup(IProfilingGroup) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Profiling Group.
profilingGroup(IProfilingGroup) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
PythonFunction - Class in software.amazon.awscdk.services.lambda.python
(experimental) A Python Lambda function.
PythonFunction(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonFunction
 
PythonFunction(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonFunction
 
PythonFunction(Construct, String, PythonFunctionProps) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonFunction
 
PythonFunction.Builder - Class in software.amazon.awscdk.services.lambda.python
(experimental) A fluent builder for PythonFunction.
PythonFunctionProps - Interface in software.amazon.awscdk.services.lambda.python
(experimental) Properties for a PythonFunction.
PythonFunctionProps.Builder - Class in software.amazon.awscdk.services.lambda.python
A builder for PythonFunctionProps
PythonFunctionProps.Jsii$Proxy - Class in software.amazon.awscdk.services.lambda.python
An implementation for PythonFunctionProps
PythonLayerVersion - Class in software.amazon.awscdk.services.lambda.python
(experimental) A lambda layer version.
PythonLayerVersion(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonLayerVersion
 
PythonLayerVersion(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonLayerVersion
 
PythonLayerVersion(Construct, String, PythonLayerVersionProps) - Constructor for class software.amazon.awscdk.services.lambda.python.PythonLayerVersion
 
PythonLayerVersion.Builder - Class in software.amazon.awscdk.services.lambda.python
(experimental) A fluent builder for PythonLayerVersion.
PythonLayerVersionProps - Interface in software.amazon.awscdk.services.lambda.python
(experimental) Properties for PythonLayerVersion.
PythonLayerVersionProps.Builder - Class in software.amazon.awscdk.services.lambda.python
PythonLayerVersionProps.Jsii$Proxy - Class in software.amazon.awscdk.services.lambda.python
An implementation for PythonLayerVersionProps

R

removalPolicy(RemovalPolicy) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersion.Builder
Whether to retain this version of the layer when a new version is added or when the stack is deleted.
removalPolicy(RemovalPolicy) - Method in class software.amazon.awscdk.services.lambda.python.PythonLayerVersionProps.Builder
reservedConcurrentExecutions(Number) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The maximum of concurrent executions you want to reserve for the function.
reservedConcurrentExecutions(Number) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
retryAttempts(Number) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The maximum number of times to retry when the function returns an error.
retryAttempts(Number) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
role(IRole) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Lambda execution role.
role(IRole) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
Sets the value of FunctionOptions.getRole()
runtime(Runtime) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
(experimental) The runtime environment.
runtime(Runtime) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder

S

securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Deprecated.
- This property is deprecated, use securityGroups instead
securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
Deprecated.
- This property is deprecated, use securityGroups instead
securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The list of security groups to associate with the Lambda's network interfaces.
securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
software.amazon.awscdk.services.lambda.python - package software.amazon.awscdk.services.lambda.python
Amazon Lambda Python Library

T

timeout(Duration) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
The function execution time (in seconds) after which Lambda terminates the function.
timeout(Duration) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
tracing(Tracing) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Enable AWS X-Ray Tracing for Lambda Function.
tracing(Tracing) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder

V

vpc(IVpc) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
VPC network to place Lambda network interfaces.
vpc(IVpc) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
Sets the value of FunctionOptions.getVpc()
vpcSubnets(SubnetSelection) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunction.Builder
Where to place the network interfaces within the VPC.
vpcSubnets(SubnetSelection) - Method in class software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
$ A B C D E F G H I J L M O P R S T V 
Skip navigation links

Copyright © 2021. All rights reserved.