Interface GkeBackupRestorePlanRestoreConfigTransformationRules
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupRestorePlanRestoreConfigTransformationRules.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.297Z") @Stability(Stable) public interface GkeBackupRestorePlanRestoreConfigTransformationRules extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupRestorePlanRestoreConfigTransformationRules.BuilderA builder forGkeBackupRestorePlanRestoreConfigTransformationRulesstatic classGkeBackupRestorePlanRestoreConfigTransformationRules.Jsii$ProxyAn implementation forGkeBackupRestorePlanRestoreConfigTransformationRules
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeBackupRestorePlanRestoreConfigTransformationRules.Builderbuilder()default StringgetDescription()The description is a user specified string description of the transformation rule.ObjectgetFieldActions()field_actions block.default GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFiltergetResourceFilter()resource_filter block.
-
-
-
Method Detail
-
getFieldActions
@Stability(Stable) @NotNull Object getFieldActions()
field_actions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#field_actions GkeBackupRestorePlan#field_actions}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
The description is a user specified string description of the transformation rule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#description GkeBackupRestorePlan#description}
-
getResourceFilter
@Stability(Stable) @Nullable default GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter getResourceFilter()
resource_filter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#resource_filter GkeBackupRestorePlan#resource_filter}
-
builder
@Stability(Stable) static GkeBackupRestorePlanRestoreConfigTransformationRules.Builder builder()
-
-