Interface BiglakeDatabaseHiveOptions

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

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

      • getLocationUri

        @Stability(Stable)
        @Nullable
        default String getLocationUri()
        Cloud Storage folder URI where the database data is stored, starting with "gs://".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_database#location_uri BiglakeDatabase#location_uri}

      • getParameters

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getParameters()
        Stores user supplied Hive database parameters.

        An object containing a list of"key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_database#parameters BiglakeDatabase#parameters}