Interface BigqueryTableTableReplicationInfo

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

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

      • getSourceDatasetId

        @Stability(Stable)
        @NotNull
        String getSourceDatasetId()
        The ID of the source dataset.

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

      • getSourceProjectId

        @Stability(Stable)
        @NotNull
        String getSourceProjectId()
        The ID of the source project.

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

      • getSourceTableId

        @Stability(Stable)
        @NotNull
        String getSourceTableId()
        The ID of the source materialized view.

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

      • getReplicationIntervalMs

        @Stability(Stable)
        @Nullable
        default Number getReplicationIntervalMs()
        The interval at which the source materialized view is polled for updates. The default is 300000.

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