Documentation
¶
Index ¶
- func GoogleBackupDrBackupPlan_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleBackupDrBackupPlan_IsConstruct(x interface{}) *bool
- func GoogleBackupDrBackupPlan_IsTerraformElement(x interface{}) *bool
- func GoogleBackupDrBackupPlan_IsTerraformResource(x interface{}) *bool
- func GoogleBackupDrBackupPlan_TfResourceType() *string
- func NewGoogleBackupDrBackupPlanBackupRulesList_Override(g GoogleBackupDrBackupPlanBackupRulesList, ...)
- func NewGoogleBackupDrBackupPlanBackupRulesOutputReference_Override(g GoogleBackupDrBackupPlanBackupRulesOutputReference, ...)
- func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference_Override(...)
- func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference_Override(g GoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference, ...)
- func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference_Override(...)
- func NewGoogleBackupDrBackupPlanTimeoutsOutputReference_Override(g GoogleBackupDrBackupPlanTimeoutsOutputReference, ...)
- func NewGoogleBackupDrBackupPlan_Override(g GoogleBackupDrBackupPlan, scope constructs.Construct, id *string, ...)
- type GoogleBackupDrBackupPlan
- type GoogleBackupDrBackupPlanBackupRules
- type GoogleBackupDrBackupPlanBackupRulesList
- type GoogleBackupDrBackupPlanBackupRulesOutputReference
- type GoogleBackupDrBackupPlanBackupRulesStandardSchedule
- type GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindow
- type GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference
- type GoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference
- type GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonth
- type GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference
- type GoogleBackupDrBackupPlanConfig
- type GoogleBackupDrBackupPlanTimeouts
- type GoogleBackupDrBackupPlanTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleBackupDrBackupPlan_GenerateConfigForImport ¶
func GoogleBackupDrBackupPlan_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleBackupDrBackupPlan resource upon running "cdktf plan <stack-name>".
func GoogleBackupDrBackupPlan_IsConstruct ¶
func GoogleBackupDrBackupPlan_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GoogleBackupDrBackupPlan_IsTerraformElement ¶
func GoogleBackupDrBackupPlan_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleBackupDrBackupPlan_IsTerraformResource ¶
func GoogleBackupDrBackupPlan_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleBackupDrBackupPlan_TfResourceType ¶
func GoogleBackupDrBackupPlan_TfResourceType() *string
func NewGoogleBackupDrBackupPlanBackupRulesList_Override ¶
func NewGoogleBackupDrBackupPlanBackupRulesList_Override(g GoogleBackupDrBackupPlanBackupRulesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleBackupDrBackupPlanBackupRulesOutputReference_Override ¶
func NewGoogleBackupDrBackupPlanBackupRulesOutputReference_Override(g GoogleBackupDrBackupPlanBackupRulesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference_Override ¶
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference_Override(g GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference_Override ¶
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference_Override(g GoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference_Override ¶
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference_Override(g GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleBackupDrBackupPlanTimeoutsOutputReference_Override ¶
func NewGoogleBackupDrBackupPlanTimeoutsOutputReference_Override(g GoogleBackupDrBackupPlanTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleBackupDrBackupPlan_Override ¶
func NewGoogleBackupDrBackupPlan_Override(g GoogleBackupDrBackupPlan, scope constructs.Construct, id *string, config *GoogleBackupDrBackupPlanConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan google_backup_dr_backup_plan} Resource.
Types ¶
type GoogleBackupDrBackupPlan ¶
type GoogleBackupDrBackupPlan interface { cdktf.TerraformResource BackupPlanId() *string SetBackupPlanId(val *string) BackupPlanIdInput() *string BackupRules() GoogleBackupDrBackupPlanBackupRulesList BackupRulesInput() interface{} BackupVault() *string SetBackupVault(val *string) BackupVaultInput() *string BackupVaultServiceAccount() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceType() *string SetResourceType(val *string) ResourceTypeInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleBackupDrBackupPlanTimeoutsOutputReference TimeoutsInput() interface{} UpdateTime() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutBackupRules(value interface{}) PutTimeouts(value *GoogleBackupDrBackupPlanTimeouts) ResetDescription() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan google_backup_dr_backup_plan}.
func NewGoogleBackupDrBackupPlan ¶
func NewGoogleBackupDrBackupPlan(scope constructs.Construct, id *string, config *GoogleBackupDrBackupPlanConfig) GoogleBackupDrBackupPlan
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan google_backup_dr_backup_plan} Resource.
type GoogleBackupDrBackupPlanBackupRules ¶
type GoogleBackupDrBackupPlanBackupRules struct { // Configures the duration for which backup data will be kept. // // The value should be greater than or equal to minimum enforced retention of the backup vault. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#backup_retention_days GoogleBackupDrBackupPlan#backup_retention_days} BackupRetentionDays *float64 `field:"required" json:"backupRetentionDays" yaml:"backupRetentionDays"` // The unique ID of this 'BackupRule'. The 'rule_id' is unique per 'BackupPlan'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#rule_id GoogleBackupDrBackupPlan#rule_id} RuleId *string `field:"required" json:"ruleId" yaml:"ruleId"` // standard_schedule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#standard_schedule GoogleBackupDrBackupPlan#standard_schedule} StandardSchedule *GoogleBackupDrBackupPlanBackupRulesStandardSchedule `field:"required" json:"standardSchedule" yaml:"standardSchedule"` }
type GoogleBackupDrBackupPlanBackupRulesList ¶
type GoogleBackupDrBackupPlanBackupRulesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleBackupDrBackupPlanBackupRulesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleBackupDrBackupPlanBackupRulesList ¶
func NewGoogleBackupDrBackupPlanBackupRulesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleBackupDrBackupPlanBackupRulesList
type GoogleBackupDrBackupPlanBackupRulesOutputReference ¶
type GoogleBackupDrBackupPlanBackupRulesOutputReference interface { cdktf.ComplexObject BackupRetentionDays() *float64 SetBackupRetentionDays(val *float64) BackupRetentionDaysInput() *float64 // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) RuleId() *string SetRuleId(val *string) RuleIdInput() *string StandardSchedule() GoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference StandardScheduleInput() *GoogleBackupDrBackupPlanBackupRulesStandardSchedule // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutStandardSchedule(value *GoogleBackupDrBackupPlanBackupRulesStandardSchedule) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleBackupDrBackupPlanBackupRulesOutputReference ¶
func NewGoogleBackupDrBackupPlanBackupRulesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleBackupDrBackupPlanBackupRulesOutputReference
type GoogleBackupDrBackupPlanBackupRulesStandardSchedule ¶
type GoogleBackupDrBackupPlanBackupRulesStandardSchedule struct { // RecurrenceType enumerates the applicable periodicity for the schedule. Possible values: ["HOURLY", "DAILY", "WEEKLY", "MONTHLY", "YEARLY"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#recurrence_type GoogleBackupDrBackupPlan#recurrence_type} RecurrenceType *string `field:"required" json:"recurrenceType" yaml:"recurrenceType"` // The time zone to be used when interpreting the schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#time_zone GoogleBackupDrBackupPlan#time_zone} TimeZone *string `field:"required" json:"timeZone" yaml:"timeZone"` // backup_window block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#backup_window GoogleBackupDrBackupPlan#backup_window} BackupWindow *GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindow `field:"optional" json:"backupWindow" yaml:"backupWindow"` // Specifies days of months like 1, 5, or 14 on which jobs will run. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#days_of_month GoogleBackupDrBackupPlan#days_of_month} DaysOfMonth *[]*float64 `field:"optional" json:"daysOfMonth" yaml:"daysOfMonth"` // Specifies days of week like MONDAY or TUESDAY, on which jobs will run. // // This is required for 'recurrence_type', 'WEEKLY' and is not applicable otherwise. Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#days_of_week GoogleBackupDrBackupPlan#days_of_week} DaysOfWeek *[]*string `field:"optional" json:"daysOfWeek" yaml:"daysOfWeek"` // Specifies frequency for hourly backups. // // An hourly frequency of 2 means jobs will run every 2 hours from start time till end time defined. // This is required for 'recurrence_type', 'HOURLY' and is not applicable otherwise. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#hourly_frequency GoogleBackupDrBackupPlan#hourly_frequency} HourlyFrequency *float64 `field:"optional" json:"hourlyFrequency" yaml:"hourlyFrequency"` // Specifies values of months Possible values: ["MONTH_UNSPECIFIED", "JANUARY", "FEBRUARY", "MARCH", "APRIL", "MAY", "JUNE", "JULY", "AUGUST", "SEPTEMBER", "OCTOBER", "NOVEMBER", "DECEMBER"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#months GoogleBackupDrBackupPlan#months} Months *[]*string `field:"optional" json:"months" yaml:"months"` // week_day_of_month block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#week_day_of_month GoogleBackupDrBackupPlan#week_day_of_month} WeekDayOfMonth *GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonth `field:"optional" json:"weekDayOfMonth" yaml:"weekDayOfMonth"` }
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindow ¶
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindow struct { // The hour of the day (0-23) when the window starts, for example, if the value of the start hour of the day is 6, that means the backup window starts at 6:00. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#start_hour_of_day GoogleBackupDrBackupPlan#start_hour_of_day} StartHourOfDay *float64 `field:"required" json:"startHourOfDay" yaml:"startHourOfDay"` // The hour of the day (1-24) when the window ends, for example, if the value of end hour of the day is 10, that means the backup window end time is 10:00. // // The end hour of the day should be greater than the start // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#end_hour_of_day GoogleBackupDrBackupPlan#end_hour_of_day} EndHourOfDay *float64 `field:"optional" json:"endHourOfDay" yaml:"endHourOfDay"` }
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference ¶
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string EndHourOfDay() *float64 SetEndHourOfDay(val *float64) EndHourOfDayInput() *float64 // Experimental. Fqn() *string InternalValue() *GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindow SetInternalValue(val *GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindow) StartHourOfDay() *float64 SetStartHourOfDay(val *float64) StartHourOfDayInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetEndHourOfDay() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference ¶
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference ¶
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference interface { cdktf.ComplexObject BackupWindow() GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference BackupWindowInput() *GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindow // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DaysOfMonth() *[]*float64 SetDaysOfMonth(val *[]*float64) DaysOfMonthInput() *[]*float64 DaysOfWeek() *[]*string SetDaysOfWeek(val *[]*string) DaysOfWeekInput() *[]*string // Experimental. Fqn() *string HourlyFrequency() *float64 SetHourlyFrequency(val *float64) HourlyFrequencyInput() *float64 InternalValue() *GoogleBackupDrBackupPlanBackupRulesStandardSchedule SetInternalValue(val *GoogleBackupDrBackupPlanBackupRulesStandardSchedule) Months() *[]*string SetMonths(val *[]*string) MonthsInput() *[]*string RecurrenceType() *string SetRecurrenceType(val *string) RecurrenceTypeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeZone() *string SetTimeZone(val *string) TimeZoneInput() *string WeekDayOfMonth() GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference WeekDayOfMonthInput() *GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonth // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutBackupWindow(value *GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindow) PutWeekDayOfMonth(value *GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonth) ResetBackupWindow() ResetDaysOfMonth() ResetDaysOfWeek() ResetHourlyFrequency() ResetMonths() ResetWeekDayOfMonth() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference ¶
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonth ¶
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonth struct { // Specifies the day of the week. Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#day_of_week GoogleBackupDrBackupPlan#day_of_week} DayOfWeek *string `field:"required" json:"dayOfWeek" yaml:"dayOfWeek"` // WeekOfMonth enumerates possible weeks in the month, e.g. the first, third, or last week of the month. Possible values: ["WEEK_OF_MONTH_UNSPECIFIED", "FIRST", "SECOND", "THIRD", "FOURTH", "LAST"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#week_of_month GoogleBackupDrBackupPlan#week_of_month} WeekOfMonth *string `field:"required" json:"weekOfMonth" yaml:"weekOfMonth"` }
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference ¶
type GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DayOfWeek() *string SetDayOfWeek(val *string) DayOfWeekInput() *string // Experimental. Fqn() *string InternalValue() *GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonth SetInternalValue(val *GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonth) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) WeekOfMonth() *string SetWeekOfMonth(val *string) WeekOfMonthInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference ¶
func NewGoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference
type GoogleBackupDrBackupPlanConfig ¶
type GoogleBackupDrBackupPlanConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The ID of the backup plan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#backup_plan_id GoogleBackupDrBackupPlan#backup_plan_id} BackupPlanId *string `field:"required" json:"backupPlanId" yaml:"backupPlanId"` // backup_rules block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#backup_rules GoogleBackupDrBackupPlan#backup_rules} BackupRules interface{} `field:"required" json:"backupRules" yaml:"backupRules"` // Backup vault where the backups gets stored using this Backup plan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#backup_vault GoogleBackupDrBackupPlan#backup_vault} BackupVault *string `field:"required" json:"backupVault" yaml:"backupVault"` // The location for the backup plan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#location GoogleBackupDrBackupPlan#location} Location *string `field:"required" json:"location" yaml:"location"` // The resource type to which the 'BackupPlan' will be applied. Examples include, "compute.googleapis.com/Instance" and "storage.googleapis.com/Bucket". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#resource_type GoogleBackupDrBackupPlan#resource_type} ResourceType *string `field:"required" json:"resourceType" yaml:"resourceType"` // The description allows for additional details about 'BackupPlan' and its use cases to be provided. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#description GoogleBackupDrBackupPlan#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#id GoogleBackupDrBackupPlan#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. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#project GoogleBackupDrBackupPlan#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#timeouts GoogleBackupDrBackupPlan#timeouts} Timeouts *GoogleBackupDrBackupPlanTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleBackupDrBackupPlanTimeouts ¶
type GoogleBackupDrBackupPlanTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#create GoogleBackupDrBackupPlan#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_backup_dr_backup_plan#delete GoogleBackupDrBackupPlan#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` }
type GoogleBackupDrBackupPlanTimeoutsOutputReference ¶
type GoogleBackupDrBackupPlanTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleBackupDrBackupPlanTimeoutsOutputReference ¶
func NewGoogleBackupDrBackupPlanTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleBackupDrBackupPlanTimeoutsOutputReference
Source Files
¶
- GoogleBackupDrBackupPlan.go
- GoogleBackupDrBackupPlanBackupRules.go
- GoogleBackupDrBackupPlanBackupRulesList.go
- GoogleBackupDrBackupPlanBackupRulesList__checks.go
- GoogleBackupDrBackupPlanBackupRulesOutputReference.go
- GoogleBackupDrBackupPlanBackupRulesOutputReference__checks.go
- GoogleBackupDrBackupPlanBackupRulesStandardSchedule.go
- GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindow.go
- GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference.go
- GoogleBackupDrBackupPlanBackupRulesStandardScheduleBackupWindowOutputReference__checks.go
- GoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference.go
- GoogleBackupDrBackupPlanBackupRulesStandardScheduleOutputReference__checks.go
- GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonth.go
- GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference.go
- GoogleBackupDrBackupPlanBackupRulesStandardScheduleWeekDayOfMonthOutputReference__checks.go
- GoogleBackupDrBackupPlanConfig.go
- GoogleBackupDrBackupPlanTimeouts.go
- GoogleBackupDrBackupPlanTimeoutsOutputReference.go
- GoogleBackupDrBackupPlanTimeoutsOutputReference__checks.go
- GoogleBackupDrBackupPlan__checks.go
- main.go