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