Class DataprocMetastoreServiceScheduledBackup.Jsii$Proxy

    • Method Detail

      • getBackupLocation

        public final String getBackupLocation()
        Description copied from interface: DataprocMetastoreServiceScheduledBackup
        A Cloud Storage URI of a folder, in the format gs://<bucket_name>/<path_inside_bucket>.

        A sub-folder containing backup files will be stored below it. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#backup_location DataprocMetastoreService#backup_location}

        Specified by:
        getBackupLocation in interface DataprocMetastoreServiceScheduledBackup
      • getCronSchedule

        public final String getCronSchedule()
        Description copied from interface: DataprocMetastoreServiceScheduledBackup
        The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled. Must be specified to enable scheduled backups.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#cron_schedule DataprocMetastoreService#cron_schedule}

        Specified by:
        getCronSchedule in interface DataprocMetastoreServiceScheduledBackup
      • getTimeZone

        public final String getTimeZone()
        Description copied from interface: DataprocMetastoreServiceScheduledBackup
        Specifies the time zone to be used when interpreting cronSchedule.

        Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g. America/Los_Angeles or Africa/Abidjan. If left unspecified, the default is UTC. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#time_zone DataprocMetastoreService#time_zone}

        Specified by:
        getTimeZone in interface DataprocMetastoreServiceScheduledBackup
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object