Interface BigqueryTableView

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

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

      • getQuery

        @Stability(Stable)
        @NotNull
        String getQuery()
        A query that BigQuery executes when the view is referenced.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#query BigqueryTable#query}

      • getUseLegacySql

        @Stability(Stable)
        @Nullable
        default Object getUseLegacySql()
        Specifies whether to use BigQuery's legacy SQL for this view.

        The default value is true. If set to false, the view will use BigQuery's standard SQL Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#use_legacy_sql BigqueryTable#use_legacy_sql}