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