Class ContainerAwsNodePool.Builder

    • Method Detail

      • create

        @Stability(Stable)
        public static ContainerAwsNodePool.Builder create​(software.constructs.Construct scope,
                                                          String id)
        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        Returns:
        a new instance of ContainerAwsNodePool.Builder.
      • connection

        @Stability(Experimental)
        public ContainerAwsNodePool.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public ContainerAwsNodePool.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public ContainerAwsNodePool.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public ContainerAwsNodePool.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public ContainerAwsNodePool.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public ContainerAwsNodePool.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public ContainerAwsNodePool.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • provisioners

        @Stability(Experimental)
        public ContainerAwsNodePool.Builder provisioners​(List<? extends Object> provisioners)
        Parameters:
        provisioners - This parameter is required.
        Returns:
        this
      • autoscaling

        @Stability(Stable)
        public ContainerAwsNodePool.Builder autoscaling​(ContainerAwsNodePoolAutoscaling autoscaling)
        autoscaling block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#autoscaling ContainerAwsNodePool#autoscaling}

        Parameters:
        autoscaling - autoscaling block. This parameter is required.
        Returns:
        this
      • cluster

        @Stability(Stable)
        public ContainerAwsNodePool.Builder cluster​(String cluster)
        The awsCluster for the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#cluster ContainerAwsNodePool#cluster}

        Parameters:
        cluster - The awsCluster for the resource. This parameter is required.
        Returns:
        this
      • config

        @Stability(Stable)
        public ContainerAwsNodePool.Builder config​(ContainerAwsNodePoolConfigA config)
        config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#config ContainerAwsNodePool#config}

        Parameters:
        config - config block. This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public ContainerAwsNodePool.Builder location​(String location)
        The location for the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#location ContainerAwsNodePool#location}

        Parameters:
        location - The location for the resource. This parameter is required.
        Returns:
        this
      • maxPodsConstraint

        @Stability(Stable)
        public ContainerAwsNodePool.Builder maxPodsConstraint​(ContainerAwsNodePoolMaxPodsConstraint maxPodsConstraint)
        max_pods_constraint block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#max_pods_constraint ContainerAwsNodePool#max_pods_constraint}

        Parameters:
        maxPodsConstraint - max_pods_constraint block. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public ContainerAwsNodePool.Builder name​(String name)
        The name of this resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#name ContainerAwsNodePool#name}

        Parameters:
        name - The name of this resource. This parameter is required.
        Returns:
        this
      • subnetId

        @Stability(Stable)
        public ContainerAwsNodePool.Builder subnetId​(String subnetId)
        The subnet where the node pool node run.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#subnet_id ContainerAwsNodePool#subnet_id}

        Parameters:
        subnetId - The subnet where the node pool node run. This parameter is required.
        Returns:
        this
      • version

        @Stability(Stable)
        public ContainerAwsNodePool.Builder version​(String version)
        The Kubernetes version to run on this node pool (e.g. 1.19.10-gke.1000). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#version ContainerAwsNodePool#version}

        Parameters:
        version - The Kubernetes version to run on this node pool (e.g. 1.19.10-gke.1000). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig. This parameter is required.
        Returns:
        this
      • annotations

        @Stability(Stable)
        public ContainerAwsNodePool.Builder annotations​(Map<String,​String> annotations)
        Optional.

        Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field `effective_annotations` for all of the annotations present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#annotations ContainerAwsNodePool#annotations}

        Parameters:
        annotations - Optional. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public ContainerAwsNodePool.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#id ContainerAwsNodePool#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#id ContainerAwsNodePool#id}. This parameter is required.
        Returns:
        this
      • management

        @Stability(Stable)
        public ContainerAwsNodePool.Builder management​(ContainerAwsNodePoolManagement management)
        management block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#management ContainerAwsNodePool#management}

        Parameters:
        management - management block. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public ContainerAwsNodePool.Builder project​(String project)
        The project for the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#project ContainerAwsNodePool#project}

        Parameters:
        project - The project for the resource. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public ContainerAwsNodePool.Builder timeouts​(ContainerAwsNodePoolTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#timeouts ContainerAwsNodePool#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this
      • updateSettings

        @Stability(Stable)
        public ContainerAwsNodePool.Builder updateSettings​(ContainerAwsNodePoolUpdateSettings updateSettings)
        update_settings block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#update_settings ContainerAwsNodePool#update_settings}

        Parameters:
        updateSettings - update_settings block. This parameter is required.
        Returns:
        this