Uses of Class
com.hashicorp.cdktf.providers.aws.eks_cluster.EksClusterOutpostConfig.Builder
-
Packages that use EksClusterOutpostConfig.Builder Package Description com.hashicorp.cdktf.providers.aws.eks_cluster aws_eks_cluster -
-
Uses of EksClusterOutpostConfig.Builder in com.hashicorp.cdktf.providers.aws.eks_cluster
Methods in com.hashicorp.cdktf.providers.aws.eks_cluster that return EksClusterOutpostConfig.Builder Modifier and Type Method Description static EksClusterOutpostConfig.BuilderEksClusterOutpostConfig. builder()EksClusterOutpostConfig.BuilderEksClusterOutpostConfig.Builder. controlPlaneInstanceType(String controlPlaneInstanceType)Sets the value ofEksClusterOutpostConfig.getControlPlaneInstanceType()EksClusterOutpostConfig.BuilderEksClusterOutpostConfig.Builder. controlPlanePlacement(EksClusterOutpostConfigControlPlanePlacement controlPlanePlacement)Sets the value ofEksClusterOutpostConfig.getControlPlanePlacement()EksClusterOutpostConfig.BuilderEksClusterOutpostConfig.Builder. outpostArns(List<String> outpostArns)Sets the value ofEksClusterOutpostConfig.getOutpostArns()Constructors in com.hashicorp.cdktf.providers.aws.eks_cluster with parameters of type EksClusterOutpostConfig.Builder Constructor Description Jsii$Proxy(EksClusterOutpostConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theEksClusterOutpostConfig.Builder.
-