Class DataprocMetastoreServiceScheduledBackup.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceScheduledBackup.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocMetastoreServiceScheduledBackup,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocMetastoreServiceScheduledBackup
@Stability(Stable) @Internal public static final class DataprocMetastoreServiceScheduledBackup.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocMetastoreServiceScheduledBackup
An implementation forDataprocMetastoreServiceScheduledBackup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceScheduledBackup
DataprocMetastoreServiceScheduledBackup.Builder, DataprocMetastoreServiceScheduledBackup.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocMetastoreServiceScheduledBackup.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceScheduledBackup.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBackupLocation()A Cloud Storage URI of a folder, in the format gs://<bucket_name>/<path_inside_bucket>.StringgetCronSchedule()The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled.ObjectgetEnabled()Defines whether the scheduled backup is enabled.StringgetTimeZone()Specifies the time zone to be used when interpreting cronSchedule.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocMetastoreServiceScheduledBackup.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceScheduledBackup.Builder.
-
-
Method Detail
-
getBackupLocation
public final String getBackupLocation()
Description copied from interface:DataprocMetastoreServiceScheduledBackupA 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:
getBackupLocationin interfaceDataprocMetastoreServiceScheduledBackup
-
getCronSchedule
public final String getCronSchedule()
Description copied from interface:DataprocMetastoreServiceScheduledBackupThe 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:
getCronSchedulein interfaceDataprocMetastoreServiceScheduledBackup
-
getEnabled
public final Object getEnabled()
Description copied from interface:DataprocMetastoreServiceScheduledBackupDefines whether the scheduled backup is enabled. The default value is false.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#enabled DataprocMetastoreService#enabled}
- Specified by:
getEnabledin interfaceDataprocMetastoreServiceScheduledBackup
-
getTimeZone
public final String getTimeZone()
Description copied from interface:DataprocMetastoreServiceScheduledBackupSpecifies 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:
getTimeZonein interfaceDataprocMetastoreServiceScheduledBackup
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-