Class CapacityProviderFunctionOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CapacityProviderFunctionOptions.Jsii$Proxy
- All Implemented Interfaces:
CapacityProviderFunctionOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CapacityProviderFunctionOptions
@Stability(Stable)
@Internal
public static final class CapacityProviderFunctionOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CapacityProviderFunctionOptions
An implementation for
CapacityProviderFunctionOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CapacityProviderFunctionOptions
CapacityProviderFunctionOptions.Builder, CapacityProviderFunctionOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCapacityProviderFunctionOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberSpecifies the execution environment memory per VCPU, in GiB.The scaling options that are applied to the $LATEST.PUBLISHED version.final NumberSpecifies the maximum number of concurrent invokes a single execution environment can handle.final BooleanA boolean determining whether or not to automatically publish to the $LATEST.PUBLISHED version.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCapacityProviderFunctionOptions.Builder.
-
-
Method Details
-
getExecutionEnvironmentMemoryGiBPerVCpu
Description copied from interface:CapacityProviderFunctionOptionsSpecifies the execution environment memory per VCPU, in GiB.Default: 2.0
- Specified by:
getExecutionEnvironmentMemoryGiBPerVCpuin interfaceCapacityProviderFunctionOptions
-
getLatestPublishedScalingConfig
Description copied from interface:CapacityProviderFunctionOptionsThe scaling options that are applied to the $LATEST.PUBLISHED version.Default: - No scaling limitations are applied to the $LATEST.PUBLISHED version.
- Specified by:
getLatestPublishedScalingConfigin interfaceCapacityProviderFunctionOptions
-
getPerExecutionEnvironmentMaxConcurrency
Description copied from interface:CapacityProviderFunctionOptionsSpecifies the maximum number of concurrent invokes a single execution environment can handle.Default: Maximum is set to 10
- Specified by:
getPerExecutionEnvironmentMaxConcurrencyin interfaceCapacityProviderFunctionOptions
-
getPublishToLatestPublished
Description copied from interface:CapacityProviderFunctionOptionsA boolean determining whether or not to automatically publish to the $LATEST.PUBLISHED version.Default: - True
- Specified by:
getPublishToLatestPublishedin interfaceCapacityProviderFunctionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-