Class CfnCluster.ComputeConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnCluster.ComputeConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ComputeConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.ComputeConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ComputeConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ComputeConfigProperty
An implementation for
CfnCluster.ComputeConfigProperty-
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.eks.CfnCluster.ComputeConfigProperty
CfnCluster.ComputeConfigProperty.Builder, CfnCluster.ComputeConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.ComputeConfigProperty.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 ObjectRequest to enable or disable the compute capability on your EKS Auto Mode cluster.Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster.final StringThe ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster.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 theCfnCluster.ComputeConfigProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnCluster.ComputeConfigPropertyRequest to enable or disable the compute capability on your EKS Auto Mode cluster.If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account.
Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnCluster.ComputeConfigProperty- See Also:
-
getNodePools
Description copied from interface:CfnCluster.ComputeConfigPropertyConfiguration for node pools that defines the compute resources for your EKS Auto Mode cluster.For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide .
- Specified by:
getNodePoolsin interfaceCfnCluster.ComputeConfigProperty- See Also:
-
getNodeRoleArn
Description copied from interface:CfnCluster.ComputeConfigPropertyThe ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster.This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the Amazon EKS User Guide .
- Specified by:
getNodeRoleArnin interfaceCfnCluster.ComputeConfigProperty- 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()
-