Class EksClusterOutpostConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.eks_cluster.EksClusterOutpostConfig.Jsii$Proxy
-
- All Implemented Interfaces:
EksClusterOutpostConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EksClusterOutpostConfig
@Stability(Stable) @Internal public static final class EksClusterOutpostConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EksClusterOutpostConfig
An implementation forEksClusterOutpostConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.eks_cluster.EksClusterOutpostConfig
EksClusterOutpostConfig.Builder, EksClusterOutpostConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EksClusterOutpostConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theEksClusterOutpostConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetControlPlaneInstanceType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/eks_cluster#control_plane_instance_type EksCluster#control_plane_instance_type}.EksClusterOutpostConfigControlPlanePlacementgetControlPlanePlacement()control_plane_placement block.List<String>getOutpostArns()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/eks_cluster#outpost_arns EksCluster#outpost_arns}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(EksClusterOutpostConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theEksClusterOutpostConfig.Builder.
-
-
Method Detail
-
getControlPlaneInstanceType
public final String getControlPlaneInstanceType()
Description copied from interface:EksClusterOutpostConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/eks_cluster#control_plane_instance_type EksCluster#control_plane_instance_type}.- Specified by:
getControlPlaneInstanceTypein interfaceEksClusterOutpostConfig
-
getOutpostArns
public final List<String> getOutpostArns()
Description copied from interface:EksClusterOutpostConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/eks_cluster#outpost_arns EksCluster#outpost_arns}.- Specified by:
getOutpostArnsin interfaceEksClusterOutpostConfig
-
getControlPlanePlacement
public final EksClusterOutpostConfigControlPlanePlacement getControlPlanePlacement()
Description copied from interface:EksClusterOutpostConfigcontrol_plane_placement block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/eks_cluster#control_plane_placement EksCluster#control_plane_placement}
- Specified by:
getControlPlanePlacementin interfaceEksClusterOutpostConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-