Interface BigqueryConnectionCloudSpanner

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

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

      • getDatabase

        @Stability(Stable)
        @NotNull
        String getDatabase()
        Cloud Spanner database in the form 'project/instance/database'.

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

      • getDatabaseRole

        @Stability(Stable)
        @Nullable
        default String getDatabaseRole()
        Cloud Spanner database role for fine-grained access control.

        The Cloud Spanner admin should have provisioned the database role with appropriate permissions, such as 'SELECT' and 'INSERT'. Other users should only use roles provided by their Cloud Spanner admins. The database role name must start with a letter, and can only contain letters, numbers, and underscores. For more details, see https://cloud.google.com/spanner/docs/fgac-about. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#database_role BigqueryConnection#database_role}

      • getMaxParallelism

        @Stability(Stable)
        @Nullable
        default Number getMaxParallelism()
        Allows setting max parallelism per query when executing on Spanner independent compute resources.

        If unspecified, default values of parallelism are chosen that are dependent on the Cloud Spanner instance configuration. 'useParallelism' and 'useDataBoost' must be set when setting max parallelism. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#max_parallelism BigqueryConnection#max_parallelism}

      • getUseDataBoost

        @Stability(Stable)
        @Nullable
        default Object getUseDataBoost()
        If set, the request will be executed via Spanner independent compute resources.

        'use_parallelism' must be set when using data boost. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#use_data_boost BigqueryConnection#use_data_boost}

      • getUseParallelism

        @Stability(Stable)
        @Nullable
        default Object getUseParallelism()
        If parallelism should be used when reading from Cloud Spanner.

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

      • getUseServerlessAnalytics

        @Stability(Stable)
        @Nullable
        default Object getUseServerlessAnalytics()
        If the serverless analytics service should be used to read data from Cloud Spanner.

        'useParallelism' must be set when using serverless analytics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#use_serverless_analytics BigqueryConnection#use_serverless_analytics}