Class BeyondcorpAppGateway.Builder

    • Method Detail

      • create

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

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

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

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

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

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

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

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

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

        @Stability(Stable)
        public BeyondcorpAppGateway.Builder name​(String name)
        ID of the AppGateway.

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

        Parameters:
        name - ID of the AppGateway. This parameter is required.
        Returns:
        this
      • displayName

        @Stability(Stable)
        public BeyondcorpAppGateway.Builder displayName​(String displayName)
        An arbitrary user-provided name for the AppGateway.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#display_name BeyondcorpAppGateway#display_name}

        Parameters:
        displayName - An arbitrary user-provided name for the AppGateway. This parameter is required.
        Returns:
        this
      • hostType

        @Stability(Stable)
        public BeyondcorpAppGateway.Builder hostType​(String hostType)
        The type of hosting used by the AppGateway. Default value: "HOST_TYPE_UNSPECIFIED" Possible values: ["HOST_TYPE_UNSPECIFIED", "GCP_REGIONAL_MIG"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#host_type BeyondcorpAppGateway#host_type}

        Parameters:
        hostType - The type of hosting used by the AppGateway. Default value: "HOST_TYPE_UNSPECIFIED" Possible values: ["HOST_TYPE_UNSPECIFIED", "GCP_REGIONAL_MIG"]. This parameter is required.
        Returns:
        this
      • id

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

        @Stability(Stable)
        public BeyondcorpAppGateway.Builder labels​(Map<String,​String> labels)
        Resource labels to represent user provided metadata.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#labels BeyondcorpAppGateway#labels}

        Parameters:
        labels - Resource labels to represent user provided metadata. This parameter is required.
        Returns:
        this
      • project

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

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#project BeyondcorpAppGateway#project}. This parameter is required.
        Returns:
        this
      • region

        @Stability(Stable)
        public BeyondcorpAppGateway.Builder region​(String region)
        The region of the AppGateway.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#region BeyondcorpAppGateway#region}

        Parameters:
        region - The region of the AppGateway. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public BeyondcorpAppGateway.Builder timeouts​(BeyondcorpAppGatewayTimeouts timeouts)
        timeouts block.

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

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

        @Stability(Stable)
        public BeyondcorpAppGateway.Builder type​(String type)
        The type of network connectivity used by the AppGateway. Default value: "TYPE_UNSPECIFIED" Possible values: ["TYPE_UNSPECIFIED", "TCP_PROXY"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_gateway#type BeyondcorpAppGateway#type}

        Parameters:
        type - The type of network connectivity used by the AppGateway. Default value: "TYPE_UNSPECIFIED" Possible values: ["TYPE_UNSPECIFIED", "TCP_PROXY"]. This parameter is required.
        Returns:
        this