Interface FirestoreBackupScheduleConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
FirestoreBackupScheduleConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.229Z") @Stability(Stable) public interface FirestoreBackupScheduleConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFirestoreBackupScheduleConfig.BuilderA builder forFirestoreBackupScheduleConfigstatic classFirestoreBackupScheduleConfig.Jsii$ProxyAn implementation forFirestoreBackupScheduleConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static FirestoreBackupScheduleConfig.Builderbuilder()default FirestoreBackupScheduleDailyRecurrencegetDailyRecurrence()daily_recurrence block.default StringgetDatabase()The Firestore database id.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#id FirestoreBackupSchedule#id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#project FirestoreBackupSchedule#project}.StringgetRetention()At what relative time in the future, compared to its creation time, the backup should be deleted, e.g.default FirestoreBackupScheduleTimeoutsgetTimeouts()timeouts block.default FirestoreBackupScheduleWeeklyRecurrencegetWeeklyRecurrence()weekly_recurrence block.
-
-
-
Method Detail
-
getRetention
@Stability(Stable) @NotNull String getRetention()
At what relative time in the future, compared to its creation time, the backup should be deleted, e.g. keep backups for 7 days. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".You can set this to a value up to 14 weeks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#retention FirestoreBackupSchedule#retention}
-
getDailyRecurrence
@Stability(Stable) @Nullable default FirestoreBackupScheduleDailyRecurrence getDailyRecurrence()
daily_recurrence block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#daily_recurrence FirestoreBackupSchedule#daily_recurrence}
-
getDatabase
@Stability(Stable) @Nullable default String getDatabase()
The Firestore database id. Defaults to '"(default)"'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#database FirestoreBackupSchedule#database}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#id FirestoreBackupSchedule#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#project FirestoreBackupSchedule#project}.
-
getTimeouts
@Stability(Stable) @Nullable default FirestoreBackupScheduleTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#timeouts FirestoreBackupSchedule#timeouts}
-
getWeeklyRecurrence
@Stability(Stable) @Nullable default FirestoreBackupScheduleWeeklyRecurrence getWeeklyRecurrence()
weekly_recurrence block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#weekly_recurrence FirestoreBackupSchedule#weekly_recurrence}
-
builder
@Stability(Stable) static FirestoreBackupScheduleConfig.Builder builder()
-
-