Interface BigqueryDatasetExternalDatasetReference

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

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

      • getConnection

        @Stability(Stable)
        @NotNull
        String getConnection()
        The connection id that is used to access the externalSource. Format: projects/{projectId}/locations/{locationId}/connections/{connectionId}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#connection BigqueryDataset#connection}

      • getExternalSource

        @Stability(Stable)
        @NotNull
        String getExternalSource()
        External source that backs this dataset.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#external_source BigqueryDataset#external_source}