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
    • 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}