Interface BigqueryDatasetAccessDatasetA

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

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

      • getDataset

        @Stability(Stable)
        @NotNull
        BigqueryDatasetAccessDatasetDatasetA getDataset()
        dataset block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset_access#dataset BigqueryDatasetAccessA#dataset}

      • getTargetTypes

        @Stability(Stable)
        @NotNull
        List<String> getTargetTypes()
        Which resources in the dataset this entry applies to.

        Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset_access#target_types BigqueryDatasetAccessA#target_types}