Documentation ¶
Index ¶
- func GkeBackupBackupPlan_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GkeBackupBackupPlan_IsConstruct(x interface{}) *bool
- func GkeBackupBackupPlan_IsTerraformElement(x interface{}) *bool
- func GkeBackupBackupPlan_IsTerraformResource(x interface{}) *bool
- func GkeBackupBackupPlan_TfResourceType() *string
- func NewGkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference_Override(g GkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference, ...)
- func NewGkeBackupBackupPlanBackupConfigOutputReference_Override(g GkeBackupBackupPlanBackupConfigOutputReference, ...)
- func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList_Override(g GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList, ...)
- func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference_Override(...)
- func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference_Override(g GkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference, ...)
- func NewGkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference_Override(g GkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference, ...)
- func NewGkeBackupBackupPlanBackupScheduleOutputReference_Override(g GkeBackupBackupPlanBackupScheduleOutputReference, ...)
- func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference_Override(...)
- func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList_Override(g GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList, ...)
- func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference_Override(g GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference, ...)
- func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference_Override(...)
- func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference_Override(...)
- func NewGkeBackupBackupPlanBackupScheduleRpoConfigOutputReference_Override(g GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference, ...)
- func NewGkeBackupBackupPlanRetentionPolicyOutputReference_Override(g GkeBackupBackupPlanRetentionPolicyOutputReference, ...)
- func NewGkeBackupBackupPlanTimeoutsOutputReference_Override(g GkeBackupBackupPlanTimeoutsOutputReference, ...)
- func NewGkeBackupBackupPlan_Override(g GkeBackupBackupPlan, scope constructs.Construct, id *string, ...)
- type GkeBackupBackupPlan
- type GkeBackupBackupPlanBackupConfig
- type GkeBackupBackupPlanBackupConfigEncryptionKey
- type GkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference
- type GkeBackupBackupPlanBackupConfigOutputReference
- type GkeBackupBackupPlanBackupConfigSelectedApplications
- type GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames
- type GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList
- type GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference
- type GkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference
- type GkeBackupBackupPlanBackupConfigSelectedNamespaces
- type GkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference
- type GkeBackupBackupPlanBackupSchedule
- type GkeBackupBackupPlanBackupScheduleOutputReference
- type GkeBackupBackupPlanBackupScheduleRpoConfig
- type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows
- type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek
- type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference
- type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList
- type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference
- type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate
- type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference
- type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
- type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference
- type GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference
- type GkeBackupBackupPlanConfig
- type GkeBackupBackupPlanRetentionPolicy
- type GkeBackupBackupPlanRetentionPolicyOutputReference
- type GkeBackupBackupPlanTimeouts
- type GkeBackupBackupPlanTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GkeBackupBackupPlan_GenerateConfigForImport ¶
func GkeBackupBackupPlan_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GkeBackupBackupPlan resource upon running "cdktf plan <stack-name>".
func GkeBackupBackupPlan_IsConstruct ¶
func GkeBackupBackupPlan_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 GkeBackupBackupPlan_IsTerraformElement ¶
func GkeBackupBackupPlan_IsTerraformElement(x interface{}) *bool
Experimental.
func GkeBackupBackupPlan_IsTerraformResource ¶
func GkeBackupBackupPlan_IsTerraformResource(x interface{}) *bool
Experimental.
func GkeBackupBackupPlan_TfResourceType ¶
func GkeBackupBackupPlan_TfResourceType() *string
func NewGkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference_Override ¶
func NewGkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference_Override(g GkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanBackupConfigOutputReference_Override ¶
func NewGkeBackupBackupPlanBackupConfigOutputReference_Override(g GkeBackupBackupPlanBackupConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList_Override ¶
func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList_Override(g GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference_Override ¶
func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference_Override(g GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference_Override ¶
func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference_Override(g GkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference_Override ¶
func NewGkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference_Override(g GkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanBackupScheduleOutputReference_Override ¶
func NewGkeBackupBackupPlanBackupScheduleOutputReference_Override(g GkeBackupBackupPlanBackupScheduleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference_Override ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference_Override(g GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList_Override ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList_Override(g GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference_Override ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference_Override(g GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference_Override ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference_Override(g GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference_Override ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference_Override(g GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanBackupScheduleRpoConfigOutputReference_Override ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigOutputReference_Override(g GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanRetentionPolicyOutputReference_Override ¶
func NewGkeBackupBackupPlanRetentionPolicyOutputReference_Override(g GkeBackupBackupPlanRetentionPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlanTimeoutsOutputReference_Override ¶
func NewGkeBackupBackupPlanTimeoutsOutputReference_Override(g GkeBackupBackupPlanTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupBackupPlan_Override ¶
func NewGkeBackupBackupPlan_Override(g GkeBackupBackupPlan, scope constructs.Construct, id *string, config *GkeBackupBackupPlanConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan google_gke_backup_backup_plan} Resource.
Types ¶
type GkeBackupBackupPlan ¶
type GkeBackupBackupPlan interface { cdktf.TerraformResource BackupConfig() GkeBackupBackupPlanBackupConfigOutputReference BackupConfigInput() *GkeBackupBackupPlanBackupConfig BackupSchedule() GkeBackupBackupPlanBackupScheduleOutputReference BackupScheduleInput() *GkeBackupBackupPlanBackupSchedule // Experimental. CdktfStack() cdktf.TerraformStack Cluster() *string SetCluster(val *string) ClusterInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Deactivated() interface{} SetDeactivated(val interface{}) DeactivatedInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string EffectiveLabels() cdktf.StringMap Etag() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string ProtectedPodCount() *float64 // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RetentionPolicy() GkeBackupBackupPlanRetentionPolicyOutputReference RetentionPolicyInput() *GkeBackupBackupPlanRetentionPolicy State() *string StateReason() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GkeBackupBackupPlanTimeoutsOutputReference TimeoutsInput() interface{} Uid() *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) PutBackupConfig(value *GkeBackupBackupPlanBackupConfig) PutBackupSchedule(value *GkeBackupBackupPlanBackupSchedule) PutRetentionPolicy(value *GkeBackupBackupPlanRetentionPolicy) PutTimeouts(value *GkeBackupBackupPlanTimeouts) ResetBackupConfig() ResetBackupSchedule() ResetDeactivated() ResetDescription() ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRetentionPolicy() 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/5.39.0/docs/resources/gke_backup_backup_plan google_gke_backup_backup_plan}.
func NewGkeBackupBackupPlan ¶
func NewGkeBackupBackupPlan(scope constructs.Construct, id *string, config *GkeBackupBackupPlanConfig) GkeBackupBackupPlan
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan google_gke_backup_backup_plan} Resource.
type GkeBackupBackupPlanBackupConfig ¶
type GkeBackupBackupPlanBackupConfig struct { // If True, include all namespaced resources. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#all_namespaces GkeBackupBackupPlan#all_namespaces} AllNamespaces interface{} `field:"optional" json:"allNamespaces" yaml:"allNamespaces"` // encryption_key block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#encryption_key GkeBackupBackupPlan#encryption_key} EncryptionKey *GkeBackupBackupPlanBackupConfigEncryptionKey `field:"optional" json:"encryptionKey" yaml:"encryptionKey"` // This flag specifies whether Kubernetes Secret resources should be included when they fall into the scope of Backups. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#include_secrets GkeBackupBackupPlan#include_secrets} IncludeSecrets interface{} `field:"optional" json:"includeSecrets" yaml:"includeSecrets"` // This flag specifies whether volume data should be backed up when PVCs are included in the scope of a Backup. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#include_volume_data GkeBackupBackupPlan#include_volume_data} IncludeVolumeData interface{} `field:"optional" json:"includeVolumeData" yaml:"includeVolumeData"` // This flag specifies whether Backups will not fail when Backup for GKE detects Kubernetes configuration that is non-standard or requires additional setup to restore. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#permissive_mode GkeBackupBackupPlan#permissive_mode} PermissiveMode interface{} `field:"optional" json:"permissiveMode" yaml:"permissiveMode"` // selected_applications block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#selected_applications GkeBackupBackupPlan#selected_applications} SelectedApplications *GkeBackupBackupPlanBackupConfigSelectedApplications `field:"optional" json:"selectedApplications" yaml:"selectedApplications"` // selected_namespaces block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#selected_namespaces GkeBackupBackupPlan#selected_namespaces} SelectedNamespaces *GkeBackupBackupPlanBackupConfigSelectedNamespaces `field:"optional" json:"selectedNamespaces" yaml:"selectedNamespaces"` }
type GkeBackupBackupPlanBackupConfigEncryptionKey ¶
type GkeBackupBackupPlanBackupConfigEncryptionKey struct { // Google Cloud KMS encryption key. Format: projects/* /locations/* /keyRings/* /cryptoKeys/*. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#gcp_kms_encryption_key GkeBackupBackupPlan#gcp_kms_encryption_key} // // Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space. GcpKmsEncryptionKey *string `field:"required" json:"gcpKmsEncryptionKey" yaml:"gcpKmsEncryptionKey"` }
type GkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference ¶
type GkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference 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 // Experimental. Fqn() *string GcpKmsEncryptionKey() *string SetGcpKmsEncryptionKey(val *string) GcpKmsEncryptionKeyInput() *string InternalValue() *GkeBackupBackupPlanBackupConfigEncryptionKey SetInternalValue(val *GkeBackupBackupPlanBackupConfigEncryptionKey) // 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 // 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 NewGkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference ¶
func NewGkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference
type GkeBackupBackupPlanBackupConfigOutputReference ¶
type GkeBackupBackupPlanBackupConfigOutputReference interface { cdktf.ComplexObject AllNamespaces() interface{} SetAllNamespaces(val interface{}) AllNamespacesInput() interface{} // 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 EncryptionKey() GkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference EncryptionKeyInput() *GkeBackupBackupPlanBackupConfigEncryptionKey // Experimental. Fqn() *string IncludeSecrets() interface{} SetIncludeSecrets(val interface{}) IncludeSecretsInput() interface{} IncludeVolumeData() interface{} SetIncludeVolumeData(val interface{}) IncludeVolumeDataInput() interface{} InternalValue() *GkeBackupBackupPlanBackupConfig SetInternalValue(val *GkeBackupBackupPlanBackupConfig) PermissiveMode() interface{} SetPermissiveMode(val interface{}) PermissiveModeInput() interface{} SelectedApplications() GkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference SelectedApplicationsInput() *GkeBackupBackupPlanBackupConfigSelectedApplications SelectedNamespaces() GkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference SelectedNamespacesInput() *GkeBackupBackupPlanBackupConfigSelectedNamespaces // 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 PutEncryptionKey(value *GkeBackupBackupPlanBackupConfigEncryptionKey) PutSelectedApplications(value *GkeBackupBackupPlanBackupConfigSelectedApplications) PutSelectedNamespaces(value *GkeBackupBackupPlanBackupConfigSelectedNamespaces) ResetAllNamespaces() ResetEncryptionKey() ResetIncludeSecrets() ResetIncludeVolumeData() ResetPermissiveMode() ResetSelectedApplications() ResetSelectedNamespaces() // 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 NewGkeBackupBackupPlanBackupConfigOutputReference ¶
func NewGkeBackupBackupPlanBackupConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanBackupConfigOutputReference
type GkeBackupBackupPlanBackupConfigSelectedApplications ¶
type GkeBackupBackupPlanBackupConfigSelectedApplications struct { // namespaced_names block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#namespaced_names GkeBackupBackupPlan#namespaced_names} NamespacedNames interface{} `field:"required" json:"namespacedNames" yaml:"namespacedNames"` }
type GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames ¶
type GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames struct { // The name of a Kubernetes Resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#name GkeBackupBackupPlan#name} Name *string `field:"required" json:"name" yaml:"name"` // The namespace of a Kubernetes Resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#namespace GkeBackupBackupPlan#namespace} Namespace *string `field:"required" json:"namespace" yaml:"namespace"` }
type GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList ¶
type GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList 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) GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference // 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 NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList ¶
func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList
type GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference ¶
type GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference 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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string Namespace() *string SetNamespace(val *string) NamespaceInput() *string // 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 // 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 NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference ¶
func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference
type GkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference ¶
type GkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference 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 // Experimental. Fqn() *string InternalValue() *GkeBackupBackupPlanBackupConfigSelectedApplications SetInternalValue(val *GkeBackupBackupPlanBackupConfigSelectedApplications) NamespacedNames() GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList NamespacedNamesInput() 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 PutNamespacedNames(value interface{}) // 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 NewGkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference ¶
func NewGkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference
type GkeBackupBackupPlanBackupConfigSelectedNamespaces ¶
type GkeBackupBackupPlanBackupConfigSelectedNamespaces struct { // A list of Kubernetes Namespaces. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#namespaces GkeBackupBackupPlan#namespaces} Namespaces *[]*string `field:"required" json:"namespaces" yaml:"namespaces"` }
type GkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference ¶
type GkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference 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 // Experimental. Fqn() *string InternalValue() *GkeBackupBackupPlanBackupConfigSelectedNamespaces SetInternalValue(val *GkeBackupBackupPlanBackupConfigSelectedNamespaces) Namespaces() *[]*string SetNamespaces(val *[]*string) NamespacesInput() *[]*string // 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 // 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 NewGkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference ¶
func NewGkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference
type GkeBackupBackupPlanBackupSchedule ¶
type GkeBackupBackupPlanBackupSchedule struct { // A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan. // // This is mutually exclusive with the rpoConfig field since at most one // schedule can be defined for a BackupPlan. // If this is defined, then backupRetainDays must also be defined. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#cron_schedule GkeBackupBackupPlan#cron_schedule} CronSchedule *string `field:"optional" json:"cronSchedule" yaml:"cronSchedule"` // This flag denotes whether automatic Backup creation is paused for this BackupPlan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#paused GkeBackupBackupPlan#paused} Paused interface{} `field:"optional" json:"paused" yaml:"paused"` // rpo_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#rpo_config GkeBackupBackupPlan#rpo_config} RpoConfig *GkeBackupBackupPlanBackupScheduleRpoConfig `field:"optional" json:"rpoConfig" yaml:"rpoConfig"` }
type GkeBackupBackupPlanBackupScheduleOutputReference ¶
type GkeBackupBackupPlanBackupScheduleOutputReference 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 CronSchedule() *string SetCronSchedule(val *string) CronScheduleInput() *string // Experimental. Fqn() *string InternalValue() *GkeBackupBackupPlanBackupSchedule SetInternalValue(val *GkeBackupBackupPlanBackupSchedule) Paused() interface{} SetPaused(val interface{}) PausedInput() interface{} RpoConfig() GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference RpoConfigInput() *GkeBackupBackupPlanBackupScheduleRpoConfig // 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 PutRpoConfig(value *GkeBackupBackupPlanBackupScheduleRpoConfig) ResetCronSchedule() ResetPaused() ResetRpoConfig() // 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 NewGkeBackupBackupPlanBackupScheduleOutputReference ¶
func NewGkeBackupBackupPlanBackupScheduleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanBackupScheduleOutputReference
type GkeBackupBackupPlanBackupScheduleRpoConfig ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfig struct { // Defines the target RPO for the BackupPlan in minutes, which means the target maximum data loss in time that is acceptable for this BackupPlan. // // This must be // at least 60, i.e., 1 hour, and at most 86400, i.e., 60 days. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#target_rpo_minutes GkeBackupBackupPlan#target_rpo_minutes} TargetRpoMinutes *float64 `field:"required" json:"targetRpoMinutes" yaml:"targetRpoMinutes"` // exclusion_windows block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#exclusion_windows GkeBackupBackupPlan#exclusion_windows} ExclusionWindows interface{} `field:"optional" json:"exclusionWindows" yaml:"exclusionWindows"` }
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows struct { // Specifies duration of the window in seconds with up to nine fractional digits, terminated by 's'. // // Example: "3.5s". Restrictions for duration based on the // recurrence type to allow some time for backup to happen: // - single_occurrence_date: no restriction // - daily window: duration < 24 hours // - weekly window: // - days of week includes all seven days of a week: duration < 24 hours // - all other weekly window: duration < 168 hours (i.e., 24 * 7 hours) // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#duration GkeBackupBackupPlan#duration} Duration *string `field:"required" json:"duration" yaml:"duration"` // start_time block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#start_time GkeBackupBackupPlan#start_time} StartTime *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime `field:"required" json:"startTime" yaml:"startTime"` // The exclusion window occurs every day if set to "True". // // Specifying this field to "False" is an error. // Only one of singleOccurrenceDate, daily and daysOfWeek may be set. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#daily GkeBackupBackupPlan#daily} Daily interface{} `field:"optional" json:"daily" yaml:"daily"` // days_of_week block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#days_of_week GkeBackupBackupPlan#days_of_week} DaysOfWeek *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek `field:"optional" json:"daysOfWeek" yaml:"daysOfWeek"` // single_occurrence_date block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#single_occurrence_date GkeBackupBackupPlan#single_occurrence_date} SingleOccurrenceDate *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate `field:"optional" json:"singleOccurrenceDate" yaml:"singleOccurrenceDate"` }
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek struct { // A list of days of week. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#days_of_week GkeBackupBackupPlan#days_of_week} DaysOfWeek *[]*string `field:"optional" json:"daysOfWeek" yaml:"daysOfWeek"` }
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference 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 DaysOfWeek() *[]*string SetDaysOfWeek(val *[]*string) DaysOfWeekInput() *[]*string // Experimental. Fqn() *string InternalValue() *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek SetInternalValue(val *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek) // 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 ResetDaysOfWeek() // 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 NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList 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) GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference // 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 NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference 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 Daily() interface{} SetDaily(val interface{}) DailyInput() interface{} DaysOfWeek() GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference DaysOfWeekInput() *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek Duration() *string SetDuration(val *string) DurationInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) SingleOccurrenceDate() GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference SingleOccurrenceDateInput() *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate StartTime() GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference StartTimeInput() *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime // 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 PutDaysOfWeek(value *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek) PutSingleOccurrenceDate(value *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate) PutStartTime(value *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime) ResetDaily() ResetDaysOfWeek() ResetSingleOccurrenceDate() // 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 NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate struct { // Day of a month. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#day GkeBackupBackupPlan#day} Day *float64 `field:"optional" json:"day" yaml:"day"` // Month of a year. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#month GkeBackupBackupPlan#month} Month *float64 `field:"optional" json:"month" yaml:"month"` // Year of the date. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#year GkeBackupBackupPlan#year} Year *float64 `field:"optional" json:"year" yaml:"year"` }
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference 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 Day() *float64 SetDay(val *float64) DayInput() *float64 // Experimental. Fqn() *string InternalValue() *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate SetInternalValue(val *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate) Month() *float64 SetMonth(val *float64) MonthInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Year() *float64 SetYear(val *float64) YearInput() *float64 // 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 ResetDay() ResetMonth() ResetYear() // 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 NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime struct { // Hours of day in 24 hour format. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#hours GkeBackupBackupPlan#hours} Hours *float64 `field:"optional" json:"hours" yaml:"hours"` // Minutes of hour of day. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#minutes GkeBackupBackupPlan#minutes} Minutes *float64 `field:"optional" json:"minutes" yaml:"minutes"` // Fractions of seconds in nanoseconds. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#nanos GkeBackupBackupPlan#nanos} Nanos *float64 `field:"optional" json:"nanos" yaml:"nanos"` // Seconds of minutes of the time. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#seconds GkeBackupBackupPlan#seconds} Seconds *float64 `field:"optional" json:"seconds" yaml:"seconds"` }
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference 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 // Experimental. Fqn() *string Hours() *float64 SetHours(val *float64) HoursInput() *float64 InternalValue() *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime SetInternalValue(val *GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime) Minutes() *float64 SetMinutes(val *float64) MinutesInput() *float64 Nanos() *float64 SetNanos(val *float64) NanosInput() *float64 Seconds() *float64 SetSeconds(val *float64) SecondsInput() *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 ResetHours() ResetMinutes() ResetNanos() ResetSeconds() // 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 NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference
type GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference ¶ added in v13.14.0
type GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference 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 ExclusionWindows() GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList ExclusionWindowsInput() interface{} // Experimental. Fqn() *string InternalValue() *GkeBackupBackupPlanBackupScheduleRpoConfig SetInternalValue(val *GkeBackupBackupPlanBackupScheduleRpoConfig) TargetRpoMinutes() *float64 SetTargetRpoMinutes(val *float64) TargetRpoMinutesInput() *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 PutExclusionWindows(value interface{}) ResetExclusionWindows() // 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 NewGkeBackupBackupPlanBackupScheduleRpoConfigOutputReference ¶ added in v13.14.0
func NewGkeBackupBackupPlanBackupScheduleRpoConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference
type GkeBackupBackupPlanConfig ¶
type GkeBackupBackupPlanConfig 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 source cluster from which Backups will be created via this BackupPlan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#cluster GkeBackupBackupPlan#cluster} Cluster *string `field:"required" json:"cluster" yaml:"cluster"` // The region of the Backup Plan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#location GkeBackupBackupPlan#location} Location *string `field:"required" json:"location" yaml:"location"` // The full name of the BackupPlan Resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#name GkeBackupBackupPlan#name} Name *string `field:"required" json:"name" yaml:"name"` // backup_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#backup_config GkeBackupBackupPlan#backup_config} BackupConfig *GkeBackupBackupPlanBackupConfig `field:"optional" json:"backupConfig" yaml:"backupConfig"` // backup_schedule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#backup_schedule GkeBackupBackupPlan#backup_schedule} BackupSchedule *GkeBackupBackupPlanBackupSchedule `field:"optional" json:"backupSchedule" yaml:"backupSchedule"` // This flag indicates whether this BackupPlan has been deactivated. // // Setting this field to True locks the BackupPlan such that no further updates will be allowed // (except deletes), including the deactivated field itself. It also prevents any new Backups // from being created via this BackupPlan (including scheduled Backups). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#deactivated GkeBackupBackupPlan#deactivated} Deactivated interface{} `field:"optional" json:"deactivated" yaml:"deactivated"` // User specified descriptive string for this BackupPlan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#description GkeBackupBackupPlan#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#id GkeBackupBackupPlan#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"` // Description: A set of custom labels supplied by the user. // // A list of key->value pairs. // Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. // // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#labels GkeBackupBackupPlan#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#project GkeBackupBackupPlan#project}. Project *string `field:"optional" json:"project" yaml:"project"` // retention_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#retention_policy GkeBackupBackupPlan#retention_policy} RetentionPolicy *GkeBackupBackupPlanRetentionPolicy `field:"optional" json:"retentionPolicy" yaml:"retentionPolicy"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#timeouts GkeBackupBackupPlan#timeouts} Timeouts *GkeBackupBackupPlanTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GkeBackupBackupPlanRetentionPolicy ¶
type GkeBackupBackupPlanRetentionPolicy struct { // Minimum age for a Backup created via this BackupPlan (in days). // // Must be an integer value between 0-90 (inclusive). // A Backup created under this BackupPlan will not be deletable // until it reaches Backup's (create time + backup_delete_lock_days). // Updating this field of a BackupPlan does not affect existing Backups. // Backups created after a successful update will inherit this new value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#backup_delete_lock_days GkeBackupBackupPlan#backup_delete_lock_days} BackupDeleteLockDays *float64 `field:"optional" json:"backupDeleteLockDays" yaml:"backupDeleteLockDays"` // The default maximum age of a Backup created via this BackupPlan. // // This field MUST be an integer value >= 0 and <= 365. If specified, // a Backup created under this BackupPlan will be automatically deleted // after its age reaches (createTime + backupRetainDays). // If not specified, Backups created under this BackupPlan will NOT be // subject to automatic deletion. Updating this field does NOT affect // existing Backups under it. Backups created AFTER a successful update // will automatically pick up the new value. // NOTE: backupRetainDays must be >= backupDeleteLockDays. // If cronSchedule is defined, then this must be <= 360 * the creation interval. // If rpo_config is defined, then this must be // <= 360 * targetRpoMinutes/(1440minutes/day) // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#backup_retain_days GkeBackupBackupPlan#backup_retain_days} BackupRetainDays *float64 `field:"optional" json:"backupRetainDays" yaml:"backupRetainDays"` // This flag denotes whether the retention policy of this BackupPlan is locked. // // If set to True, no further update is allowed on this policy, including // the locked field itself. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#locked GkeBackupBackupPlan#locked} Locked interface{} `field:"optional" json:"locked" yaml:"locked"` }
type GkeBackupBackupPlanRetentionPolicyOutputReference ¶
type GkeBackupBackupPlanRetentionPolicyOutputReference interface { cdktf.ComplexObject BackupDeleteLockDays() *float64 SetBackupDeleteLockDays(val *float64) BackupDeleteLockDaysInput() *float64 BackupRetainDays() *float64 SetBackupRetainDays(val *float64) BackupRetainDaysInput() *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() *GkeBackupBackupPlanRetentionPolicy SetInternalValue(val *GkeBackupBackupPlanRetentionPolicy) Locked() interface{} SetLocked(val interface{}) LockedInput() 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 ResetBackupDeleteLockDays() ResetBackupRetainDays() ResetLocked() // 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 NewGkeBackupBackupPlanRetentionPolicyOutputReference ¶
func NewGkeBackupBackupPlanRetentionPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanRetentionPolicyOutputReference
type GkeBackupBackupPlanTimeouts ¶
type GkeBackupBackupPlanTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#create GkeBackupBackupPlan#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#delete GkeBackupBackupPlan#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/gke_backup_backup_plan#update GkeBackupBackupPlan#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GkeBackupBackupPlanTimeoutsOutputReference ¶
type GkeBackupBackupPlanTimeoutsOutputReference 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) Update() *string SetUpdate(val *string) UpdateInput() *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 ResetCreate() ResetDelete() ResetUpdate() // 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 NewGkeBackupBackupPlanTimeoutsOutputReference ¶
func NewGkeBackupBackupPlanTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupBackupPlanTimeoutsOutputReference
Source Files ¶
- GkeBackupBackupPlan.go
- GkeBackupBackupPlanBackupConfig.go
- GkeBackupBackupPlanBackupConfigEncryptionKey.go
- GkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference.go
- GkeBackupBackupPlanBackupConfigEncryptionKeyOutputReference__checks.go
- GkeBackupBackupPlanBackupConfigOutputReference.go
- GkeBackupBackupPlanBackupConfigOutputReference__checks.go
- GkeBackupBackupPlanBackupConfigSelectedApplications.go
- GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames.go
- GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList.go
- GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesList__checks.go
- GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference.go
- GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNamesOutputReference__checks.go
- GkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference.go
- GkeBackupBackupPlanBackupConfigSelectedApplicationsOutputReference__checks.go
- GkeBackupBackupPlanBackupConfigSelectedNamespaces.go
- GkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference.go
- GkeBackupBackupPlanBackupConfigSelectedNamespacesOutputReference__checks.go
- GkeBackupBackupPlanBackupSchedule.go
- GkeBackupBackupPlanBackupScheduleOutputReference.go
- GkeBackupBackupPlanBackupScheduleOutputReference__checks.go
- GkeBackupBackupPlanBackupScheduleRpoConfig.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeekOutputReference__checks.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsList__checks.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsOutputReference__checks.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDateOutputReference__checks.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference.go
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeOutputReference__checks.go
- GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference.go
- GkeBackupBackupPlanBackupScheduleRpoConfigOutputReference__checks.go
- GkeBackupBackupPlanConfig.go
- GkeBackupBackupPlanRetentionPolicy.go
- GkeBackupBackupPlanRetentionPolicyOutputReference.go
- GkeBackupBackupPlanRetentionPolicyOutputReference__checks.go
- GkeBackupBackupPlanTimeouts.go
- GkeBackupBackupPlanTimeoutsOutputReference.go
- GkeBackupBackupPlanTimeoutsOutputReference__checks.go
- GkeBackupBackupPlan__checks.go
- main.go