Class ContainerAwsCluster.Builder

    • Method Detail

      • create

        @Stability(Stable)
        public static ContainerAwsCluster.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 ContainerAwsCluster.Builder.
      • connection

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

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

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

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

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

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

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

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

        @Stability(Stable)
        public ContainerAwsCluster.Builder authorization​(ContainerAwsClusterAuthorization authorization)
        authorization block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#authorization ContainerAwsCluster#authorization}

        Parameters:
        authorization - authorization block. This parameter is required.
        Returns:
        this
      • awsRegion

        @Stability(Stable)
        public ContainerAwsCluster.Builder awsRegion​(String awsRegion)
        The AWS region where the cluster runs.

        Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#aws_region ContainerAwsCluster#aws_region}

        Parameters:
        awsRegion - The AWS region where the cluster runs. This parameter is required.
        Returns:
        this
      • controlPlane

        @Stability(Stable)
        public ContainerAwsCluster.Builder controlPlane​(ContainerAwsClusterControlPlane controlPlane)
        control_plane block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#control_plane ContainerAwsCluster#control_plane}

        Parameters:
        controlPlane - control_plane block. This parameter is required.
        Returns:
        this
      • fleet

        @Stability(Stable)
        public ContainerAwsCluster.Builder fleet​(ContainerAwsClusterFleet fleet)
        fleet block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#fleet ContainerAwsCluster#fleet}

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

        @Stability(Stable)
        public ContainerAwsCluster.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_cluster#location ContainerAwsCluster#location}

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

        @Stability(Stable)
        public ContainerAwsCluster.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_cluster#name ContainerAwsCluster#name}

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

        @Stability(Stable)
        public ContainerAwsCluster.Builder networking​(ContainerAwsClusterNetworking networking)
        networking block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#networking ContainerAwsCluster#networking}

        Parameters:
        networking - networking block. This parameter is required.
        Returns:
        this
      • annotations

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

        Annotations on the cluster. 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_cluster#annotations ContainerAwsCluster#annotations}

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

        @Stability(Stable)
        public ContainerAwsCluster.Builder binaryAuthorization​(ContainerAwsClusterBinaryAuthorization binaryAuthorization)
        binary_authorization block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#binary_authorization ContainerAwsCluster#binary_authorization}

        Parameters:
        binaryAuthorization - binary_authorization block. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public ContainerAwsCluster.Builder description​(String description)
        Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#description ContainerAwsCluster#description}

        Parameters:
        description - Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public ContainerAwsCluster.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#id ContainerAwsCluster#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_cluster#id ContainerAwsCluster#id}. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public ContainerAwsCluster.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_cluster#project ContainerAwsCluster#project}

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

        @Stability(Stable)
        public ContainerAwsCluster.Builder timeouts​(ContainerAwsClusterTimeouts timeouts)
        timeouts block.

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

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