Class ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
@Stability(Stable) @Internal public static final class ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
An implementation forComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
-
-
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.composer_environment.ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder, ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.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)ObjectgetEnabled()When enabled, Cloud Composer periodically saves snapshots of your environment to a Cloud Storage bucket.StringgetSnapshotCreationSchedule()Snapshot schedule, in the unix-cron format.StringgetSnapshotLocation()the URI of a bucket folder where to save the snapshot.StringgetTimeZone()A time zone for the schedule.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(ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder.
-
-
Method Detail
-
getEnabled
public final Object getEnabled()
Description copied from interface:ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigWhen enabled, Cloud Composer periodically saves snapshots of your environment to a Cloud Storage bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#enabled ComposerEnvironment#enabled}
- Specified by:
getEnabledin interfaceComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
-
getSnapshotCreationSchedule
public final String getSnapshotCreationSchedule()
Description copied from interface:ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigSnapshot schedule, in the unix-cron format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#snapshot_creation_schedule ComposerEnvironment#snapshot_creation_schedule}
- Specified by:
getSnapshotCreationSchedulein interfaceComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
-
getSnapshotLocation
public final String getSnapshotLocation()
Description copied from interface:ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigthe URI of a bucket folder where to save the snapshot.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#snapshot_location ComposerEnvironment#snapshot_location}
- Specified by:
getSnapshotLocationin interfaceComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
-
getTimeZone
public final String getTimeZone()
Description copied from interface:ComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfigA time zone for the schedule.This value is a time offset and does not take into account daylight saving time changes. Valid values are from UTC-12 to UTC+12. Examples: UTC, UTC-01, UTC+03. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#time_zone ComposerEnvironment#time_zone}
- Specified by:
getTimeZonein interfaceComposerEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-