Uses of Class
software.amazon.awscdk.services.cloudfront.experimental.EdgeFunctionProps.Builder
-
Uses of EdgeFunctionProps.Builder in software.amazon.awscdk.services.cloudfront.experimental
Modifier and TypeMethodDescriptionEdgeFunctionProps.Builder.allowAllOutbound
(Boolean allowAllOutbound) Sets the value ofFunctionOptions.getAllowAllOutbound()
EdgeFunctionProps.Builder.allowPublicSubnet
(Boolean allowPublicSubnet) Sets the value ofFunctionOptions.getAllowPublicSubnet()
EdgeFunctionProps.Builder.architecture
(Architecture architecture) Sets the value ofFunctionOptions.getArchitecture()
EdgeFunctionProps.Builder.architectures
(List<? extends Architecture> architectures) Deprecated.use `architecture`static EdgeFunctionProps.Builder
EdgeFunctionProps.builder()
Sets the value ofFunctionProps.getCode()
EdgeFunctionProps.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()
EdgeFunctionProps.Builder.currentVersionOptions
(VersionOptions currentVersionOptions) Sets the value ofFunctionOptions.getCurrentVersionOptions()
EdgeFunctionProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofFunctionOptions.getDeadLetterQueue()
EdgeFunctionProps.Builder.deadLetterQueueEnabled
(Boolean deadLetterQueueEnabled) Sets the value ofFunctionOptions.getDeadLetterQueueEnabled()
EdgeFunctionProps.Builder.deadLetterTopic
(ITopic deadLetterTopic) Sets the value ofFunctionOptions.getDeadLetterTopic()
EdgeFunctionProps.Builder.description
(String description) Sets the value ofFunctionOptions.getDescription()
EdgeFunctionProps.Builder.environment
(Map<String, String> environment) Sets the value ofFunctionOptions.getEnvironment()
EdgeFunctionProps.Builder.environmentEncryption
(IKey environmentEncryption) Sets the value ofFunctionOptions.getEnvironmentEncryption()
EdgeFunctionProps.Builder.ephemeralStorageSize
(Size ephemeralStorageSize) Sets the value ofFunctionOptions.getEphemeralStorageSize()
EdgeFunctionProps.Builder.events
(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()
EdgeFunctionProps.Builder.filesystem
(FileSystem filesystem) Sets the value ofFunctionOptions.getFilesystem()
EdgeFunctionProps.Builder.functionName
(String functionName) Sets the value ofFunctionOptions.getFunctionName()
Sets the value ofFunctionProps.getHandler()
EdgeFunctionProps.Builder.initialPolicy
(List<? extends PolicyStatement> initialPolicy) Sets the value ofFunctionOptions.getInitialPolicy()
EdgeFunctionProps.Builder.insightsVersion
(LambdaInsightsVersion insightsVersion) Sets the value ofFunctionOptions.getInsightsVersion()
EdgeFunctionProps.Builder.layers
(List<? extends ILayerVersion> layers) Sets the value ofFunctionOptions.getLayers()
EdgeFunctionProps.Builder.logRetention
(RetentionDays logRetention) Sets the value ofFunctionOptions.getLogRetention()
EdgeFunctionProps.Builder.logRetentionRetryOptions
(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofFunctionOptions.getLogRetentionRetryOptions()
EdgeFunctionProps.Builder.logRetentionRole
(IRole logRetentionRole) Sets the value ofFunctionOptions.getLogRetentionRole()
EdgeFunctionProps.Builder.maxEventAge
(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()
EdgeFunctionProps.Builder.memorySize
(Number memorySize) Sets the value ofFunctionOptions.getMemorySize()
EdgeFunctionProps.Builder.onFailure
(IDestination onFailure) Sets the value ofEventInvokeConfigOptions.getOnFailure()
EdgeFunctionProps.Builder.onSuccess
(IDestination onSuccess) Sets the value ofEventInvokeConfigOptions.getOnSuccess()
Sets the value ofFunctionOptions.getProfiling()
EdgeFunctionProps.Builder.profilingGroup
(IProfilingGroup profilingGroup) Sets the value ofFunctionOptions.getProfilingGroup()
EdgeFunctionProps.Builder.reservedConcurrentExecutions
(Number reservedConcurrentExecutions) Sets the value ofFunctionOptions.getReservedConcurrentExecutions()
EdgeFunctionProps.Builder.retryAttempts
(Number retryAttempts) Sets the value ofEventInvokeConfigOptions.getRetryAttempts()
Sets the value ofFunctionOptions.getRole()
Sets the value ofFunctionProps.getRuntime()
EdgeFunctionProps.Builder.securityGroup
(ISecurityGroup securityGroup) Deprecated.- This property is deprecated, use securityGroups insteadEdgeFunctionProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofFunctionOptions.getSecurityGroups()
Sets the value ofEdgeFunctionProps.getStackId()
Sets the value ofFunctionOptions.getTimeout()
Sets the value ofFunctionOptions.getTracing()
Sets the value ofFunctionOptions.getVpc()
EdgeFunctionProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofFunctionOptions.getVpcSubnets()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EdgeFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEdgeFunctionProps.Builder
.