Interface EksClusterOutpostConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EksClusterOutpostConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.902Z") @Stability(Stable) public interface EksClusterOutpostConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEksClusterOutpostConfig.BuilderA builder forEksClusterOutpostConfigstatic classEksClusterOutpostConfig.Jsii$ProxyAn implementation forEksClusterOutpostConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static EksClusterOutpostConfig.Builderbuilder()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}.default 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}.
-
-
-
Method Detail
-
getControlPlaneInstanceType
@Stability(Stable) @NotNull String getControlPlaneInstanceType()
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}.
-
getOutpostArns
@Stability(Stable) @NotNull 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}.
-
getControlPlanePlacement
@Stability(Stable) @Nullable default EksClusterOutpostConfigControlPlanePlacement getControlPlanePlacement()
control_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}
-
builder
@Stability(Stable) static EksClusterOutpostConfig.Builder builder()
- Returns:
- a
EksClusterOutpostConfig.BuilderofEksClusterOutpostConfig
-
-