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