Documentation ¶
Index ¶
- func GkeBackupRestorePlan_IsConstruct(x interface{}) *bool
- func GkeBackupRestorePlan_IsTerraformElement(x interface{}) *bool
- func GkeBackupRestorePlan_IsTerraformResource(x interface{}) *bool
- func GkeBackupRestorePlan_TfResourceType() *string
- func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList_Override(...)
- func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference_Override(...)
- func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference_Override(g GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference, ...)
- func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList_Override(...)
- func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference_Override(...)
- func NewGkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference_Override(g GkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference, ...)
- func NewGkeBackupRestorePlanRestoreConfigOutputReference_Override(g GkeBackupRestorePlanRestoreConfigOutputReference, ...)
- func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList_Override(g GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList, ...)
- func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference_Override(...)
- func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference_Override(g GkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference, ...)
- func NewGkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference_Override(g GkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference, ...)
- func NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList, ...)
- func NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference_Override(...)
- func NewGkeBackupRestorePlanRestoreConfigTransformationRulesList_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesList, ...)
- func NewGkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference, ...)
- func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList_Override(...)
- func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference_Override(...)
- func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference_Override(...)
- func NewGkeBackupRestorePlanTimeoutsOutputReference_Override(g GkeBackupRestorePlanTimeoutsOutputReference, ...)
- func NewGkeBackupRestorePlan_Override(g GkeBackupRestorePlan, scope constructs.Construct, id *string, ...)
- type GkeBackupRestorePlan
- type GkeBackupRestorePlanConfig
- type GkeBackupRestorePlanRestoreConfig
- type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope
- type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKinds
- type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList
- type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference
- type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference
- type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
- type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList
- type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference
- type GkeBackupRestorePlanRestoreConfigExcludedNamespaces
- type GkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference
- type GkeBackupRestorePlanRestoreConfigOutputReference
- type GkeBackupRestorePlanRestoreConfigSelectedApplications
- type GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
- type GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList
- type GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference
- type GkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference
- type GkeBackupRestorePlanRestoreConfigSelectedNamespaces
- type GkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference
- type GkeBackupRestorePlanRestoreConfigTransformationRules
- type GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
- type GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList
- type GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference
- type GkeBackupRestorePlanRestoreConfigTransformationRulesList
- type GkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference
- type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
- type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKinds
- type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList
- type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference
- type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference
- type GkeBackupRestorePlanTimeouts
- type GkeBackupRestorePlanTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GkeBackupRestorePlan_IsConstruct ¶
func GkeBackupRestorePlan_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 GkeBackupRestorePlan_IsTerraformElement ¶
func GkeBackupRestorePlan_IsTerraformElement(x interface{}) *bool
Experimental.
func GkeBackupRestorePlan_IsTerraformResource ¶
func GkeBackupRestorePlan_IsTerraformResource(x interface{}) *bool
Experimental.
func GkeBackupRestorePlan_TfResourceType ¶
func GkeBackupRestorePlan_TfResourceType() *string
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList_Override ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList_Override(g GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference_Override(g GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference_Override(g GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList_Override ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList_Override(g GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference_Override(g GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference_Override(g GkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupRestorePlanRestoreConfigOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigOutputReference_Override(g GkeBackupRestorePlanRestoreConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList_Override ¶
func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList_Override(g GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference_Override(g GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference_Override(g GkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference_Override(g GkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList_Override ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesList_Override ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesList_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList_Override ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference_Override ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference_Override(g GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupRestorePlanTimeoutsOutputReference_Override ¶
func NewGkeBackupRestorePlanTimeoutsOutputReference_Override(g GkeBackupRestorePlanTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGkeBackupRestorePlan_Override ¶
func NewGkeBackupRestorePlan_Override(g GkeBackupRestorePlan, scope constructs.Construct, id *string, config *GkeBackupRestorePlanConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan google_gke_backup_restore_plan} Resource.
Types ¶
type GkeBackupRestorePlan ¶
type GkeBackupRestorePlan interface { cdktf.TerraformResource BackupPlan() *string SetBackupPlan(val *string) BackupPlanInput() *string // 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{}) // 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 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 // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RestoreConfig() GkeBackupRestorePlanRestoreConfigOutputReference RestoreConfigInput() *GkeBackupRestorePlanRestoreConfig State() *string StateReason() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GkeBackupRestorePlanTimeoutsOutputReference TimeoutsInput() interface{} Uid() *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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutRestoreConfig(value *GkeBackupRestorePlanRestoreConfig) PutTimeouts(value *GkeBackupRestorePlanTimeouts) ResetDescription() ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetTimeouts() SynthesizeAttributes() *map[string]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/4.84.0/docs/resources/gke_backup_restore_plan google_gke_backup_restore_plan}.
func NewGkeBackupRestorePlan ¶
func NewGkeBackupRestorePlan(scope constructs.Construct, id *string, config *GkeBackupRestorePlanConfig) GkeBackupRestorePlan
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan google_gke_backup_restore_plan} Resource.
type GkeBackupRestorePlanConfig ¶
type GkeBackupRestorePlanConfig 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"` // A reference to the BackupPlan from which Backups may be used as the source for Restores created via this RestorePlan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#backup_plan GkeBackupRestorePlan#backup_plan} BackupPlan *string `field:"required" json:"backupPlan" yaml:"backupPlan"` // The source cluster from which Restores will be created via this RestorePlan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#cluster GkeBackupRestorePlan#cluster} Cluster *string `field:"required" json:"cluster" yaml:"cluster"` // The region of the Restore Plan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#location GkeBackupRestorePlan#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/4.84.0/docs/resources/gke_backup_restore_plan#name GkeBackupRestorePlan#name} Name *string `field:"required" json:"name" yaml:"name"` // restore_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#restore_config GkeBackupRestorePlan#restore_config} RestoreConfig *GkeBackupRestorePlanRestoreConfig `field:"required" json:"restoreConfig" yaml:"restoreConfig"` // User specified descriptive string for this RestorePlan. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#description GkeBackupRestorePlan#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#id GkeBackupRestorePlan#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" }. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#labels GkeBackupRestorePlan#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#project GkeBackupRestorePlan#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#timeouts GkeBackupRestorePlan#timeouts} Timeouts *GkeBackupRestorePlanTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GkeBackupRestorePlanRestoreConfig ¶
type GkeBackupRestorePlanRestoreConfig struct { // If True, restore all namespaced resources in the Backup. Setting this field to False will result in an error. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#all_namespaces GkeBackupRestorePlan#all_namespaces} AllNamespaces interface{} `field:"optional" json:"allNamespaces" yaml:"allNamespaces"` // Defines the behavior for handling the situation where cluster-scoped resources being restored already exist in the target cluster. // // This MUST be set to a value other than 'CLUSTER_RESOURCE_CONFLICT_POLICY_UNSPECIFIED' // if 'clusterResourceRestoreScope' is anyting other than 'noGroupKinds'. // See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#clusterresourceconflictpolicy // for more information on each policy option. Possible values: ["USE_EXISTING_VERSION", "USE_BACKUP_VERSION"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#cluster_resource_conflict_policy GkeBackupRestorePlan#cluster_resource_conflict_policy} ClusterResourceConflictPolicy *string `field:"optional" json:"clusterResourceConflictPolicy" yaml:"clusterResourceConflictPolicy"` // cluster_resource_restore_scope block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#cluster_resource_restore_scope GkeBackupRestorePlan#cluster_resource_restore_scope} ClusterResourceRestoreScope *GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope `field:"optional" json:"clusterResourceRestoreScope" yaml:"clusterResourceRestoreScope"` // excluded_namespaces block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#excluded_namespaces GkeBackupRestorePlan#excluded_namespaces} ExcludedNamespaces *GkeBackupRestorePlanRestoreConfigExcludedNamespaces `field:"optional" json:"excludedNamespaces" yaml:"excludedNamespaces"` // Defines the behavior for handling the situation where sets of namespaced resources being restored already exist in the target cluster. // // This MUST be set to a value other than 'NAMESPACED_RESOURCE_RESTORE_MODE_UNSPECIFIED' // if the 'namespacedResourceRestoreScope' is anything other than 'noNamespaces'. // See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#namespacedresourcerestoremode // for more information on each mode. Possible values: ["DELETE_AND_RESTORE", "FAIL_ON_CONFLICT"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#namespaced_resource_restore_mode GkeBackupRestorePlan#namespaced_resource_restore_mode} NamespacedResourceRestoreMode *string `field:"optional" json:"namespacedResourceRestoreMode" yaml:"namespacedResourceRestoreMode"` // Do not restore any namespaced resources if set to "True". Specifying this field to "False" is not allowed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#no_namespaces GkeBackupRestorePlan#no_namespaces} NoNamespaces interface{} `field:"optional" json:"noNamespaces" yaml:"noNamespaces"` // selected_applications block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#selected_applications GkeBackupRestorePlan#selected_applications} SelectedApplications *GkeBackupRestorePlanRestoreConfigSelectedApplications `field:"optional" json:"selectedApplications" yaml:"selectedApplications"` // selected_namespaces block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#selected_namespaces GkeBackupRestorePlan#selected_namespaces} SelectedNamespaces *GkeBackupRestorePlanRestoreConfigSelectedNamespaces `field:"optional" json:"selectedNamespaces" yaml:"selectedNamespaces"` // transformation_rules block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#transformation_rules GkeBackupRestorePlan#transformation_rules} TransformationRules interface{} `field:"optional" json:"transformationRules" yaml:"transformationRules"` // Specifies the mechanism to be used to restore volume data. // // This should be set to a value other than 'NAMESPACED_RESOURCE_RESTORE_MODE_UNSPECIFIED' // if the 'namespacedResourceRestoreScope' is anything other than 'noNamespaces'. // If not specified, it will be treated as 'NO_VOLUME_DATA_RESTORATION'. // See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#VolumeDataRestorePolicy // for more information on each policy option. Possible values: ["RESTORE_VOLUME_DATA_FROM_BACKUP", "REUSE_VOLUME_HANDLE_FROM_BACKUP", "NO_VOLUME_DATA_RESTORATION"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#volume_data_restore_policy GkeBackupRestorePlan#volume_data_restore_policy} VolumeDataRestorePolicy *string `field:"optional" json:"volumeDataRestorePolicy" yaml:"volumeDataRestorePolicy"` }
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope ¶
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope struct { // If True, all valid cluster-scoped resources will be restored. Mutually exclusive to any other field in 'clusterResourceRestoreScope'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#all_group_kinds GkeBackupRestorePlan#all_group_kinds} AllGroupKinds interface{} `field:"optional" json:"allGroupKinds" yaml:"allGroupKinds"` // excluded_group_kinds block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#excluded_group_kinds GkeBackupRestorePlan#excluded_group_kinds} ExcludedGroupKinds interface{} `field:"optional" json:"excludedGroupKinds" yaml:"excludedGroupKinds"` // If True, no cluster-scoped resources will be restored. Mutually exclusive to any other field in 'clusterResourceRestoreScope'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#no_group_kinds GkeBackupRestorePlan#no_group_kinds} NoGroupKinds interface{} `field:"optional" json:"noGroupKinds" yaml:"noGroupKinds"` // selected_group_kinds block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#selected_group_kinds GkeBackupRestorePlan#selected_group_kinds} SelectedGroupKinds interface{} `field:"optional" json:"selectedGroupKinds" yaml:"selectedGroupKinds"` }
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKinds ¶
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKinds struct { // API Group string of a Kubernetes resource, e.g. "apiextensions.k8s.io", "storage.k8s.io", etc. Use empty string for core group. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#resource_group GkeBackupRestorePlan#resource_group} ResourceGroup *string `field:"optional" json:"resourceGroup" yaml:"resourceGroup"` // Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#resource_kind GkeBackupRestorePlan#resource_kind} ResourceKind *string `field:"optional" json:"resourceKind" yaml:"resourceKind"` }
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList ¶
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList 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) // Experimental. ComputeFqn() *string Get(index *float64) GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference // 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 NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference ¶
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference 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{}) ResourceGroup() *string SetResourceGroup(val *string) ResourceGroupInput() *string ResourceKind() *string SetResourceKind(val *string) ResourceKindInput() *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 ResetResourceGroup() ResetResourceKind() // 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 NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference ¶
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference interface { cdktf.ComplexObject AllGroupKinds() interface{} SetAllGroupKinds(val interface{}) AllGroupKindsInput() 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 ExcludedGroupKinds() GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList ExcludedGroupKindsInput() interface{} // Experimental. Fqn() *string InternalValue() *GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope SetInternalValue(val *GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope) NoGroupKinds() interface{} SetNoGroupKinds(val interface{}) NoGroupKindsInput() interface{} SelectedGroupKinds() GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList SelectedGroupKindsInput() 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 PutExcludedGroupKinds(value interface{}) PutSelectedGroupKinds(value interface{}) ResetAllGroupKinds() ResetExcludedGroupKinds() ResetNoGroupKinds() ResetSelectedGroupKinds() // 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 NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds ¶
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds struct { // API Group string of a Kubernetes resource, e.g. "apiextensions.k8s.io", "storage.k8s.io", etc. Use empty string for core group. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#resource_group GkeBackupRestorePlan#resource_group} ResourceGroup *string `field:"optional" json:"resourceGroup" yaml:"resourceGroup"` // Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#resource_kind GkeBackupRestorePlan#resource_kind} ResourceKind *string `field:"optional" json:"resourceKind" yaml:"resourceKind"` }
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList ¶
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList 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) // Experimental. ComputeFqn() *string Get(index *float64) GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference // 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 NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference ¶
type GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference 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{}) ResourceGroup() *string SetResourceGroup(val *string) ResourceGroupInput() *string ResourceKind() *string SetResourceKind(val *string) ResourceKindInput() *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 ResetResourceGroup() ResetResourceKind() // 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 NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference
type GkeBackupRestorePlanRestoreConfigExcludedNamespaces ¶
type GkeBackupRestorePlanRestoreConfigExcludedNamespaces struct { // A list of Kubernetes Namespaces. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#namespaces GkeBackupRestorePlan#namespaces} Namespaces *[]*string `field:"required" json:"namespaces" yaml:"namespaces"` }
type GkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference ¶
type GkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference 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() *GkeBackupRestorePlanRestoreConfigExcludedNamespaces SetInternalValue(val *GkeBackupRestorePlanRestoreConfigExcludedNamespaces) 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 NewGkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference
type GkeBackupRestorePlanRestoreConfigOutputReference ¶
type GkeBackupRestorePlanRestoreConfigOutputReference interface { cdktf.ComplexObject AllNamespaces() interface{} SetAllNamespaces(val interface{}) AllNamespacesInput() interface{} ClusterResourceConflictPolicy() *string SetClusterResourceConflictPolicy(val *string) ClusterResourceConflictPolicyInput() *string ClusterResourceRestoreScope() GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference ClusterResourceRestoreScopeInput() *GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope // 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 ExcludedNamespaces() GkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference ExcludedNamespacesInput() *GkeBackupRestorePlanRestoreConfigExcludedNamespaces // Experimental. Fqn() *string InternalValue() *GkeBackupRestorePlanRestoreConfig SetInternalValue(val *GkeBackupRestorePlanRestoreConfig) NamespacedResourceRestoreMode() *string SetNamespacedResourceRestoreMode(val *string) NamespacedResourceRestoreModeInput() *string NoNamespaces() interface{} SetNoNamespaces(val interface{}) NoNamespacesInput() interface{} SelectedApplications() GkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference SelectedApplicationsInput() *GkeBackupRestorePlanRestoreConfigSelectedApplications SelectedNamespaces() GkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference SelectedNamespacesInput() *GkeBackupRestorePlanRestoreConfigSelectedNamespaces // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TransformationRules() GkeBackupRestorePlanRestoreConfigTransformationRulesList TransformationRulesInput() interface{} VolumeDataRestorePolicy() *string SetVolumeDataRestorePolicy(val *string) VolumeDataRestorePolicyInput() *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 PutClusterResourceRestoreScope(value *GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope) PutExcludedNamespaces(value *GkeBackupRestorePlanRestoreConfigExcludedNamespaces) PutSelectedApplications(value *GkeBackupRestorePlanRestoreConfigSelectedApplications) PutSelectedNamespaces(value *GkeBackupRestorePlanRestoreConfigSelectedNamespaces) PutTransformationRules(value interface{}) ResetAllNamespaces() ResetClusterResourceConflictPolicy() ResetClusterResourceRestoreScope() ResetExcludedNamespaces() ResetNamespacedResourceRestoreMode() ResetNoNamespaces() ResetSelectedApplications() ResetSelectedNamespaces() ResetTransformationRules() ResetVolumeDataRestorePolicy() // 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 NewGkeBackupRestorePlanRestoreConfigOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupRestorePlanRestoreConfigOutputReference
type GkeBackupRestorePlanRestoreConfigSelectedApplications ¶
type GkeBackupRestorePlanRestoreConfigSelectedApplications struct { // namespaced_names block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#namespaced_names GkeBackupRestorePlan#namespaced_names} NamespacedNames interface{} `field:"required" json:"namespacedNames" yaml:"namespacedNames"` }
type GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames ¶
type GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames struct { // The name of a Kubernetes Resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#name GkeBackupRestorePlan#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/4.84.0/docs/resources/gke_backup_restore_plan#namespace GkeBackupRestorePlan#namespace} Namespace *string `field:"required" json:"namespace" yaml:"namespace"` }
type GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList ¶
type GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList 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) // Experimental. ComputeFqn() *string Get(index *float64) GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference // 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 NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList ¶
func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList
type GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference ¶
type GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference 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 NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference
type GkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference ¶
type GkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference 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() *GkeBackupRestorePlanRestoreConfigSelectedApplications SetInternalValue(val *GkeBackupRestorePlanRestoreConfigSelectedApplications) NamespacedNames() GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList 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 NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference
type GkeBackupRestorePlanRestoreConfigSelectedNamespaces ¶
type GkeBackupRestorePlanRestoreConfigSelectedNamespaces struct { // A list of Kubernetes Namespaces. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#namespaces GkeBackupRestorePlan#namespaces} Namespaces *[]*string `field:"required" json:"namespaces" yaml:"namespaces"` }
type GkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference ¶
type GkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference 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() *GkeBackupRestorePlanRestoreConfigSelectedNamespaces SetInternalValue(val *GkeBackupRestorePlanRestoreConfigSelectedNamespaces) 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 NewGkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference
type GkeBackupRestorePlanRestoreConfigTransformationRules ¶
type GkeBackupRestorePlanRestoreConfigTransformationRules struct { // field_actions block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#field_actions GkeBackupRestorePlan#field_actions} FieldActions interface{} `field:"required" json:"fieldActions" yaml:"fieldActions"` // The description is a user specified string description of the transformation rule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#description GkeBackupRestorePlan#description} Description *string `field:"optional" json:"description" yaml:"description"` // resource_filter block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#resource_filter GkeBackupRestorePlan#resource_filter} ResourceFilter *GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter `field:"optional" json:"resourceFilter" yaml:"resourceFilter"` }
type GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions struct { // Specifies the operation to perform. Possible values: ["REMOVE", "MOVE", "COPY", "ADD", "TEST", "REPLACE"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#op GkeBackupRestorePlan#op} Op *string `field:"required" json:"op" yaml:"op"` // A string containing a JSON Pointer value that references the location in the target document to move the value from. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#from_path GkeBackupRestorePlan#from_path} FromPath *string `field:"optional" json:"fromPath" yaml:"fromPath"` // A string containing a JSON-Pointer value that references a location within the target document where the operation is performed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#path GkeBackupRestorePlan#path} Path *string `field:"optional" json:"path" yaml:"path"` // A string that specifies the desired value in string format to use for transformation. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#value GkeBackupRestorePlan#value} Value *string `field:"optional" json:"value" yaml:"value"` }
type GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList 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) // Experimental. ComputeFqn() *string Get(index *float64) GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference // 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 NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList
type GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference 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 FromPath() *string SetFromPath(val *string) FromPathInput() *string InternalValue() interface{} SetInternalValue(val interface{}) Op() *string SetOp(val *string) OpInput() *string Path() *string SetPath(val *string) PathInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *string SetValue(val *string) ValueInput() *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 ResetFromPath() ResetPath() ResetValue() // 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 NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference
type GkeBackupRestorePlanRestoreConfigTransformationRulesList ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesList 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) // Experimental. ComputeFqn() *string Get(index *float64) GkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference // 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 NewGkeBackupRestorePlanRestoreConfigTransformationRulesList ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GkeBackupRestorePlanRestoreConfigTransformationRulesList
type GkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference 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 Description() *string SetDescription(val *string) DescriptionInput() *string FieldActions() GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList FieldActionsInput() interface{} // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) ResourceFilter() GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference ResourceFilterInput() *GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter // 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 PutFieldActions(value interface{}) PutResourceFilter(value *GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter) ResetDescription() ResetResourceFilter() // 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 NewGkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter struct { // group_kinds block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#group_kinds GkeBackupRestorePlan#group_kinds} GroupKinds interface{} `field:"optional" json:"groupKinds" yaml:"groupKinds"` // This is a JSONPath expression that matches specific fields of candidate resources and it operates as a filtering parameter (resources that are not matched with this expression will not be candidates for transformation). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#json_path GkeBackupRestorePlan#json_path} JsonPath *string `field:"optional" json:"jsonPath" yaml:"jsonPath"` // (Filtering parameter) Any resource subject to transformation must be contained within one of the listed Kubernetes Namespace in the Backup. // // If this field is not provided, no namespace filtering will // be performed (all resources in all Namespaces, including all // cluster-scoped resources, will be candidates for transformation). // To mix cluster-scoped and namespaced resources in the same rule, // use an empty string ("") as one of the target namespaces. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#namespaces GkeBackupRestorePlan#namespaces} Namespaces *[]*string `field:"optional" json:"namespaces" yaml:"namespaces"` }
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKinds ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKinds struct { // API Group string of a Kubernetes resource, e.g. "apiextensions.k8s.io", "storage.k8s.io", etc. Use empty string for core group. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#resource_group GkeBackupRestorePlan#resource_group} ResourceGroup *string `field:"optional" json:"resourceGroup" yaml:"resourceGroup"` // Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#resource_kind GkeBackupRestorePlan#resource_kind} ResourceKind *string `field:"optional" json:"resourceKind" yaml:"resourceKind"` }
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList 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) // Experimental. ComputeFqn() *string Get(index *float64) GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference // 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 NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference 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{}) ResourceGroup() *string SetResourceGroup(val *string) ResourceGroupInput() *string ResourceKind() *string SetResourceKind(val *string) ResourceKindInput() *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 ResetResourceGroup() ResetResourceKind() // 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 NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference ¶
type GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference 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 GroupKinds() GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList GroupKindsInput() interface{} InternalValue() *GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter SetInternalValue(val *GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter) JsonPath() *string SetJsonPath(val *string) JsonPathInput() *string 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 PutGroupKinds(value interface{}) ResetGroupKinds() ResetJsonPath() ResetNamespaces() // 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 NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference ¶
func NewGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference
type GkeBackupRestorePlanTimeouts ¶
type GkeBackupRestorePlanTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#create GkeBackupRestorePlan#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#delete GkeBackupRestorePlan#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.84.0/docs/resources/gke_backup_restore_plan#update GkeBackupRestorePlan#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GkeBackupRestorePlanTimeoutsOutputReference ¶
type GkeBackupRestorePlanTimeoutsOutputReference 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 NewGkeBackupRestorePlanTimeoutsOutputReference ¶
func NewGkeBackupRestorePlanTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GkeBackupRestorePlanTimeoutsOutputReference
Source Files ¶
- GkeBackupRestorePlan.go
- GkeBackupRestorePlanConfig.go
- GkeBackupRestorePlanRestoreConfig.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScope.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKinds.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsList__checks.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeExcludedGroupKindsOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsList__checks.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference.go
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigExcludedNamespaces.go
- GkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference.go
- GkeBackupRestorePlanRestoreConfigExcludedNamespacesOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigOutputReference.go
- GkeBackupRestorePlanRestoreConfigOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigSelectedApplications.go
- GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.go
- GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList.go
- GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesList__checks.go
- GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference.go
- GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference.go
- GkeBackupRestorePlanRestoreConfigSelectedApplicationsOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigSelectedNamespaces.go
- GkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference.go
- GkeBackupRestorePlanRestoreConfigSelectedNamespacesOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigTransformationRules.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsList__checks.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesList.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesList__checks.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKinds.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsList__checks.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterGroupKindsOutputReference__checks.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference.go
- GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilterOutputReference__checks.go
- GkeBackupRestorePlanTimeouts.go
- GkeBackupRestorePlanTimeoutsOutputReference.go
- GkeBackupRestorePlanTimeoutsOutputReference__checks.go
- GkeBackupRestorePlan__checks.go
- main.go