Uses of Class
software.amazon.awscdk.services.lambda.go.alpha.GoFunctionProps.Builder
-
Uses of GoFunctionProps.Builder in software.amazon.awscdk.services.lambda.go.alpha
Modifier and TypeMethodDescriptionGoFunctionProps.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()
GoFunctionProps.Builder.allowAllIpv6Outbound
(Boolean allowAllIpv6Outbound) Sets the value ofFunctionOptions.getAllowAllIpv6Outbound()
GoFunctionProps.Builder.allowAllOutbound
(Boolean allowAllOutbound) Sets the value ofFunctionOptions.getAllowAllOutbound()
GoFunctionProps.Builder.allowPublicSubnet
(Boolean allowPublicSubnet) Sets the value ofFunctionOptions.getAllowPublicSubnet()
GoFunctionProps.Builder.applicationLogLevel
(String applicationLogLevel) Deprecated.Use `applicationLogLevelV2` as a property instead.GoFunctionProps.Builder.applicationLogLevelV2
(ApplicationLogLevel applicationLogLevelV2) Sets the value ofFunctionOptions.getApplicationLogLevelV2()
GoFunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
static GoFunctionProps.Builder
GoFunctionProps.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.ipv6AllowedForDualStack
(Boolean ipv6AllowedForDualStack) Sets the value ofFunctionOptions.getIpv6AllowedForDualStack()
GoFunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
Deprecated.Use `loggingFormat` as a property instead.GoFunctionProps.Builder.loggingFormat
(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()
Sets the value ofFunctionOptions.getLogGroup()
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()
GoFunctionProps.Builder.paramsAndSecrets
(ParamsAndSecretsLayerVersion paramsAndSecrets) Sets the value ofFunctionOptions.getParamsAndSecrets()
Sets the value ofFunctionOptions.getProfiling()
GoFunctionProps.Builder.profilingGroup
(IProfilingGroup profilingGroup) Sets the value ofFunctionOptions.getProfilingGroup()
GoFunctionProps.Builder.recursiveLoop
(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()
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.runtimeManagementMode
(RuntimeManagementMode runtimeManagementMode) Sets the value ofFunctionOptions.getRuntimeManagementMode()
GoFunctionProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()
GoFunctionProps.Builder.snapStart
(SnapStartConf snapStart) Sets the value ofFunctionOptions.getSnapStart()
GoFunctionProps.Builder.systemLogLevel
(String systemLogLevel) Deprecated.Use `systemLogLevelV2` as a property instead.GoFunctionProps.Builder.systemLogLevelV2
(SystemLogLevel systemLogLevelV2) Sets the value ofFunctionOptions.getSystemLogLevelV2()
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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(GoFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGoFunctionProps.Builder
.