Interface BeyondcorpAppConnectionConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    BeyondcorpAppConnectionConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.568Z")
    @Stability(Stable)
    public interface BeyondcorpAppConnectionConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getApplicationEndpoint

        @Stability(Stable)
        @NotNull
        BeyondcorpAppConnectionApplicationEndpoint getApplicationEndpoint()
        application_endpoint block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#application_endpoint BeyondcorpAppConnection#application_endpoint}

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        ID of the AppConnection.

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

      • getConnectors

        @Stability(Stable)
        @Nullable
        default List<String> getConnectors()
        List of AppConnectors that are authorised to be associated with this AppConnection.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#connectors BeyondcorpAppConnection#connectors}

      • getDisplayName

        @Stability(Stable)
        @Nullable
        default String getDisplayName()
        An arbitrary user-provided name for the AppConnection.

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

      • getGateway

        @Stability(Stable)
        @Nullable
        default BeyondcorpAppConnectionGateway getGateway()
        gateway block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#gateway BeyondcorpAppConnection#gateway}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#id BeyondcorpAppConnection#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.

      • getLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getLabels()
        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_connection#labels BeyondcorpAppConnection#labels}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#project BeyondcorpAppConnection#project}.
      • getRegion

        @Stability(Stable)
        @Nullable
        default String getRegion()
        The region of the AppConnection.

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

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default BeyondcorpAppConnectionTimeouts getTimeouts()
        timeouts block.

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

      • getType

        @Stability(Stable)
        @Nullable
        default String getType()
        The type of network connectivity used by the AppConnection. Refer to https://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#type for a list of possible values.

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