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 instance types that the capacity provider can use.The instruction set architecture for EC2 instances.A list of instance types that the capacity provider should not use.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 instance types that the capacity provider can use.Supports wildcards (for example, m5.*).
- Specified by:
getAllowedInstanceTypesin interfaceCfnCapacityProvider.InstanceRequirementsProperty- See Also:
-
getArchitectures
Description copied from interface:CfnCapacityProvider.InstanceRequirementsPropertyThe instruction set architecture for EC2 instances.Specify either x86_64 or arm64.
- Specified by:
getArchitecturesin interfaceCfnCapacityProvider.InstanceRequirementsProperty- See Also:
-
getExcludedInstanceTypes
Description copied from interface:CfnCapacityProvider.InstanceRequirementsPropertyA list of instance types that the capacity provider should not use.Takes precedence over AllowedInstanceTypes.
- 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()
-