Class CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty
An implementation for
CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty-
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.cfnpropertymixins.services.lambda.CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty
CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.Builder, CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.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 StringThe Amazon Resource Name (ARN) of the capacity provider.final NumberThe amount of memory in GiB allocated per vCPU for execution environments.final NumberThe maximum number of concurrent executions that can run on each execution environment.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
protected Jsii$Proxy(CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty.Builder.
-
-
Method Details
-
getCapacityProviderArn
Description copied from interface:CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigPropertyThe Amazon Resource Name (ARN) of the capacity provider.- Specified by:
getCapacityProviderArnin interfaceCfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty- See Also:
-
getExecutionEnvironmentMemoryGiBPerVCpu
Description copied from interface:CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigPropertyThe amount of memory in GiB allocated per vCPU for execution environments.- Specified by:
getExecutionEnvironmentMemoryGiBPerVCpuin interfaceCfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty- See Also:
-
getPerExecutionEnvironmentMaxConcurrency
Description copied from interface:CfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigPropertyThe maximum number of concurrent executions that can run on each execution environment.- Specified by:
getPerExecutionEnvironmentMaxConcurrencyin interfaceCfnFunctionPropsMixin.LambdaManagedInstancesCapacityProviderConfigProperty- See Also:
-
$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()
-