Interface BigqueryConnectionCloudSql

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    BigqueryConnectionCloudSql.Jsii$Proxy

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

      • getCredential

        @Stability(Stable)
        @NotNull
        BigqueryConnectionCloudSqlCredential getCredential()
        credential block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#credential BigqueryConnection#credential}

      • getDatabase

        @Stability(Stable)
        @NotNull
        String getDatabase()
        Database name.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#database BigqueryConnection#database}

      • getInstanceId

        @Stability(Stable)
        @NotNull
        String getInstanceId()
        Cloud SQL instance ID in the form project:location:instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#instance_id BigqueryConnection#instance_id}

      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        Type of the Cloud SQL database. Possible values: ["DATABASE_TYPE_UNSPECIFIED", "POSTGRES", "MYSQL"].

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