Uses of Class
software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Packages that use TriggerFunctionProps.Builder
-
Uses of TriggerFunctionProps.Builder in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return TriggerFunctionProps.BuilderModifier and TypeMethodDescriptionTriggerFunctionProps.Builder.adotInstrumentation(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()TriggerFunctionProps.Builder.allowAllIpv6Outbound(Boolean allowAllIpv6Outbound) Sets the value ofFunctionOptions.getAllowAllIpv6Outbound()TriggerFunctionProps.Builder.allowAllOutbound(Boolean allowAllOutbound) Sets the value ofFunctionOptions.getAllowAllOutbound()TriggerFunctionProps.Builder.allowPublicSubnet(Boolean allowPublicSubnet) Sets the value ofFunctionOptions.getAllowPublicSubnet()TriggerFunctionProps.Builder.applicationLogLevel(String applicationLogLevel) Deprecated.Use `applicationLogLevelV2` as a property instead.TriggerFunctionProps.Builder.applicationLogLevelV2(ApplicationLogLevel applicationLogLevelV2) Sets the value ofFunctionOptions.getApplicationLogLevelV2()TriggerFunctionProps.Builder.architecture(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()static TriggerFunctionProps.BuilderTriggerFunctionProps.builder()Sets the value ofFunctionProps.getCode()TriggerFunctionProps.Builder.codeSigningConfig(ICodeSigningConfigRef codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()TriggerFunctionProps.Builder.currentVersionOptions(VersionOptions currentVersionOptions) Sets the value ofFunctionOptions.getCurrentVersionOptions()TriggerFunctionProps.Builder.deadLetterQueue(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()TriggerFunctionProps.Builder.deadLetterQueueEnabled(Boolean deadLetterQueueEnabled) Sets the value ofFunctionOptions.getDeadLetterQueueEnabled()TriggerFunctionProps.Builder.deadLetterTopic(ITopic deadLetterTopic) Sets the value ofFunctionOptions.getDeadLetterTopic()TriggerFunctionProps.Builder.description(String description) Sets the value ofFunctionOptions.getDescription()TriggerFunctionProps.Builder.environment(Map<String, String> environment) Sets the value ofFunctionOptions.getEnvironment()TriggerFunctionProps.Builder.environmentEncryption(IKeyRef environmentEncryption) Sets the value ofFunctionOptions.getEnvironmentEncryption()TriggerFunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize) Sets the value ofFunctionOptions.getEphemeralStorageSize()TriggerFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()TriggerFunctionProps.Builder.executeAfter(List<? extends software.constructs.Construct> executeAfter) Sets the value ofTriggerOptions.getExecuteAfter()TriggerFunctionProps.Builder.executeBefore(List<? extends software.constructs.Construct> executeBefore) Sets the value ofTriggerOptions.getExecuteBefore()TriggerFunctionProps.Builder.executeOnHandlerChange(Boolean executeOnHandlerChange) Sets the value ofTriggerOptions.getExecuteOnHandlerChange()TriggerFunctionProps.Builder.filesystem(FileSystem filesystem) Sets the value ofFunctionOptions.getFilesystem()TriggerFunctionProps.Builder.functionName(String functionName) Sets the value ofFunctionOptions.getFunctionName()Sets the value ofFunctionProps.getHandler()TriggerFunctionProps.Builder.initialPolicy(List<? extends PolicyStatement> initialPolicy) Sets the value ofFunctionOptions.getInitialPolicy()TriggerFunctionProps.Builder.insightsVersion(LambdaInsightsVersion insightsVersion) Sets the value ofFunctionOptions.getInsightsVersion()TriggerFunctionProps.Builder.ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack) Sets the value ofFunctionOptions.getIpv6AllowedForDualStack()TriggerFunctionProps.Builder.layers(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()Deprecated.Use `loggingFormat` as a property instead.TriggerFunctionProps.Builder.loggingFormat(LoggingFormat loggingFormat) Sets the value ofFunctionOptions.getLoggingFormat()Sets the value ofFunctionOptions.getLogGroup()TriggerFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` insteadTriggerFunctionProps.Builder.logRetention(RetentionDays logRetention) Deprecated.use `logGroup` insteadTriggerFunctionProps.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofFunctionOptions.getLogRetentionRetryOptions()TriggerFunctionProps.Builder.logRetentionRole(IRole logRetentionRole) Sets the value ofFunctionOptions.getLogRetentionRole()TriggerFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()TriggerFunctionProps.Builder.memorySize(Number memorySize) Sets the value ofFunctionOptions.getMemorySize()TriggerFunctionProps.Builder.onFailure(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()TriggerFunctionProps.Builder.onSuccess(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()TriggerFunctionProps.Builder.paramsAndSecrets(ParamsAndSecretsLayerVersion paramsAndSecrets) Sets the value ofFunctionOptions.getParamsAndSecrets()Sets the value ofFunctionOptions.getProfiling()TriggerFunctionProps.Builder.profilingGroup(IProfilingGroup profilingGroup) Sets the value ofFunctionOptions.getProfilingGroup()TriggerFunctionProps.Builder.recursiveLoop(RecursiveLoop recursiveLoop) Sets the value ofFunctionOptions.getRecursiveLoop()TriggerFunctionProps.Builder.reservedConcurrentExecutions(Number reservedConcurrentExecutions) Sets the value ofFunctionOptions.getReservedConcurrentExecutions()TriggerFunctionProps.Builder.retryAttempts(Number retryAttempts) Sets the value ofEventInvokeConfigOptions.getRetryAttempts()Sets the value ofFunctionOptions.getRole()Sets the value ofFunctionProps.getRuntime()TriggerFunctionProps.Builder.runtimeManagementMode(RuntimeManagementMode runtimeManagementMode) Sets the value ofFunctionOptions.getRuntimeManagementMode()TriggerFunctionProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()TriggerFunctionProps.Builder.snapStart(SnapStartConf snapStart) Sets the value ofFunctionOptions.getSnapStart()TriggerFunctionProps.Builder.systemLogLevel(String systemLogLevel) Deprecated.Use `systemLogLevelV2` as a property instead.TriggerFunctionProps.Builder.systemLogLevelV2(SystemLogLevel systemLogLevelV2) Sets the value ofFunctionOptions.getSystemLogLevelV2()Sets the value ofFunctionOptions.getTimeout()Sets the value ofFunctionOptions.getTracing()Sets the value ofFunctionOptions.getVpc()TriggerFunctionProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofFunctionOptions.getVpcSubnets()Constructors in software.amazon.awscdk.triggers with parameters of type TriggerFunctionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(TriggerFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTriggerFunctionProps.Builder.