Class CfnCluster.OutpostConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnCluster.OutpostConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.OutpostConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCluster.OutpostConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.OutpostConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.OutpostConfigProperty
An implementation for
CfnCluster.OutpostConfigProperty-
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.OutpostConfigProperty
CfnCluster.OutpostConfigProperty.Builder, CfnCluster.OutpostConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.OutpostConfigProperty.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 EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.final ObjectAn object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost.The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.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.OutpostConfigProperty.Builder.
-
-
Method Details
-
getControlPlaneInstanceType
Description copied from interface:CfnCluster.OutpostConfigPropertyThe Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.Choose an instance type based on the number of nodes that your cluster will have. For more information, see Capacity considerations in the Amazon EKS User Guide .
The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.
- Specified by:
getControlPlaneInstanceTypein interfaceCfnCluster.OutpostConfigProperty
-
getOutpostArns
Description copied from interface:CfnCluster.OutpostConfigPropertyThe ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.Only a single Outpost ARN is supported.
- Specified by:
getOutpostArnsin interfaceCfnCluster.OutpostConfigProperty
-
getControlPlanePlacement
Description copied from interface:CfnCluster.OutpostConfigPropertyAn object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost.For more information, see Capacity considerations in the Amazon EKS User Guide .
- Specified by:
getControlPlanePlacementin interfaceCfnCluster.OutpostConfigProperty
-
$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()
-