Interface IntegrationConnectorsConnectionDestinationConfigDestination

    • Method Detail

      • getHost

        @Stability(Stable)
        @Nullable
        default String getHost()
        For publicly routable host.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#host IntegrationConnectorsConnection#host}

      • getPort

        @Stability(Stable)
        @Nullable
        default Number getPort()
        The port is the target port number that is accepted by the destination.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#port IntegrationConnectorsConnection#port}

      • getServiceAttachment

        @Stability(Stable)
        @Nullable
        default String getServiceAttachment()
        PSC service attachments. Format: projects/* /regions/* /serviceAttachments/*.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#service_attachment IntegrationConnectorsConnection#service_attachment} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.