Uses of Class
software.amazon.awscdk.services.lambda.python.PythonFunctionProps.Builder
Packages that use PythonFunctionProps.Builder
-
Uses of PythonFunctionProps.Builder in software.amazon.awscdk.services.lambda.python
Methods in software.amazon.awscdk.services.lambda.python that return PythonFunctionProps.BuilderModifier and TypeMethodDescriptionPythonFunctionProps.Builder.allowAllOutbound(Boolean allowAllOutbound) Sets the value ofFunctionOptions.getAllowAllOutbound()PythonFunctionProps.Builder.allowPublicSubnet(Boolean allowPublicSubnet) Sets the value ofFunctionOptions.getAllowPublicSubnet()PythonFunctionProps.Builder.architecture(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()PythonFunctionProps.Builder.architectures(List<? extends Architecture> architectures) Deprecated.use `architecture`static PythonFunctionProps.BuilderPythonFunctionProps.builder()PythonFunctionProps.Builder.bundling(BundlingOptions bundling) Sets the value ofPythonFunctionProps.getBundling()PythonFunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()PythonFunctionProps.Builder.currentVersionOptions(VersionOptions currentVersionOptions) Sets the value ofFunctionOptions.getCurrentVersionOptions()PythonFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()PythonFunctionProps.Builder.deadLetterQueueEnabled(Boolean deadLetterQueueEnabled) Sets the value ofFunctionOptions.getDeadLetterQueueEnabled()PythonFunctionProps.Builder.deadLetterTopic(ITopic deadLetterTopic) Sets the value ofFunctionOptions.getDeadLetterTopic()PythonFunctionProps.Builder.description(String description) Sets the value ofFunctionOptions.getDescription()Sets the value ofPythonFunctionProps.getEntry()PythonFunctionProps.Builder.environment(Map<String, String> environment) Sets the value ofFunctionOptions.getEnvironment()PythonFunctionProps.Builder.environmentEncryption(IKey environmentEncryption) Sets the value ofFunctionOptions.getEnvironmentEncryption()PythonFunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize) Sets the value ofFunctionOptions.getEphemeralStorageSize()PythonFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()PythonFunctionProps.Builder.filesystem(FileSystem filesystem) Sets the value ofFunctionOptions.getFilesystem()PythonFunctionProps.Builder.functionName(String functionName) Sets the value ofFunctionOptions.getFunctionName()Sets the value ofPythonFunctionProps.getHandler()Sets the value ofPythonFunctionProps.getIndex()PythonFunctionProps.Builder.initialPolicy(List<? extends PolicyStatement> initialPolicy) Sets the value ofFunctionOptions.getInitialPolicy()PythonFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Sets the value ofFunctionOptions.getInsightsVersion()PythonFunctionProps.Builder.layers(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()PythonFunctionProps.Builder.logRetention(RetentionDays logRetention) Sets the value ofFunctionOptions.getLogRetention()PythonFunctionProps.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofFunctionOptions.getLogRetentionRetryOptions()PythonFunctionProps.Builder.logRetentionRole(IRole logRetentionRole) Sets the value ofFunctionOptions.getLogRetentionRole()PythonFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()PythonFunctionProps.Builder.memorySize(Number memorySize) Sets the value ofFunctionOptions.getMemorySize()PythonFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()PythonFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()Sets the value ofFunctionOptions.getProfiling()PythonFunctionProps.Builder.profilingGroup(IProfilingGroup profilingGroup) Sets the value ofFunctionOptions.getProfilingGroup()PythonFunctionProps.Builder.reservedConcurrentExecutions(Number reservedConcurrentExecutions) Sets the value ofFunctionOptions.getReservedConcurrentExecutions()PythonFunctionProps.Builder.retryAttempts(Number retryAttempts) Sets the value ofEventInvokeConfigOptions.getRetryAttempts()Sets the value ofFunctionOptions.getRole()Sets the value ofPythonFunctionProps.getRuntime()PythonFunctionProps.Builder.securityGroup(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadPythonFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()Sets the value ofFunctionOptions.getTimeout()Sets the value ofFunctionOptions.getTracing()Sets the value ofFunctionOptions.getVpc()PythonFunctionProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofFunctionOptions.getVpcSubnets()Constructors in software.amazon.awscdk.services.lambda.python with parameters of type PythonFunctionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(PythonFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePythonFunctionProps.Builder.