| Modifier and Type | Class and Description |
|---|---|
static class |
BundlingOptions.Jsii$Proxy
An implementation for
BundlingOptions |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions |
BundlingOptions.Builder.build()
Builds the configured instance.
|
default BundlingOptions |
GoFunctionProps.getBundling()
(experimental) Bundling options.
|
BundlingOptions |
GoFunctionProps.Jsii$Proxy.getBundling() |
| Modifier and Type | Method and Description |
|---|---|
GoFunction.Builder |
GoFunction.Builder.bundling(BundlingOptions bundling)
(experimental) Bundling options.
|
GoFunctionProps.Builder |
GoFunctionProps.Builder.bundling(BundlingOptions bundling)
Sets the value of
GoFunctionProps.getBundling() |
| Constructor and Description |
|---|
Jsii$Proxy(String entry,
BundlingOptions bundling,
String moduleDir,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
software.amazon.awscdk.services.sqs.IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
software.amazon.awscdk.services.kms.IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends software.amazon.awscdk.services.iam.PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
software.amazon.awscdk.services.logs.RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
software.amazon.awscdk.services.iam.IRole logRetentionRole,
Number memorySize,
Boolean profiling,
software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
software.amazon.awscdk.services.iam.IRole role,
software.amazon.awscdk.services.ec2.ISecurityGroup securityGroup,
List<? extends software.amazon.awscdk.services.ec2.ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
software.amazon.awscdk.services.ec2.IVpc vpc,
software.amazon.awscdk.services.ec2.SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
GoFunctionProps.Builder. |
Copyright © 2021. All rights reserved.