Class CfnCapacityProvider.InstanceRequirementsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnCapacityProvider.InstanceRequirementsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityProvider.InstanceRequirementsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityProvider.InstanceRequirementsProperty
@Stability(Stable)
@Internal
public static final class CfnCapacityProvider.InstanceRequirementsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityProvider.InstanceRequirementsProperty
An implementation for
CfnCapacityProvider.InstanceRequirementsProperty-
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.CfnCapacityProvider.InstanceRequirementsProperty
CfnCapacityProvider.InstanceRequirementsProperty.Builder, CfnCapacityProvider.InstanceRequirementsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityProvider.InstanceRequirementsProperty.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 booleanA list of EC2 instance types that the capacity provider is allowed to use.A list of supported CPU architectures for compute instances.A list of EC2 instance types that the capacity provider should not use, even if they meet other requirements.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 theCfnCapacityProvider.InstanceRequirementsProperty.Builder.
-
-
Method Details
-
getAllowedInstanceTypes
Description copied from interface:CfnCapacityProvider.InstanceRequirementsPropertyA list of EC2 instance types that the capacity provider is allowed to use.If not specified, all compatible instance types are allowed.
- Specified by:
getAllowedInstanceTypesin interfaceCfnCapacityProvider.InstanceRequirementsProperty- See Also:
-
getArchitectures
Description copied from interface:CfnCapacityProvider.InstanceRequirementsPropertyA list of supported CPU architectures for compute instances.Valid values include
x86_64andarm64.- Specified by:
getArchitecturesin interfaceCfnCapacityProvider.InstanceRequirementsProperty- See Also:
-
getExcludedInstanceTypes
Description copied from interface:CfnCapacityProvider.InstanceRequirementsPropertyA list of EC2 instance types that the capacity provider should not use, even if they meet other requirements.- Specified by:
getExcludedInstanceTypesin interfaceCfnCapacityProvider.InstanceRequirementsProperty- 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()
-