Interface GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.304Z") @Stability(Stable) public interface GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Builderstatic classGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Jsii$ProxyAn implementation forGkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Builderbuilder()default ObjectgetGroupKinds()group_kinds block.default StringgetJsonPath()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).default List<String>getNamespaces()(Filtering parameter) Any resource subject to transformation must be contained within one of the listed Kubernetes Namespace in the Backup.
-
-
-
Method Detail
-
getGroupKinds
@Stability(Stable) @Nullable default Object getGroupKinds()
group_kinds block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#group_kinds GkeBackupRestorePlan#group_kinds}
-
getJsonPath
@Stability(Stable) @Nullable default String getJsonPath()
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/5.43.1/docs/resources/gke_backup_restore_plan#json_path GkeBackupRestorePlan#json_path}
-
getNamespaces
@Stability(Stable) @Nullable default List<String> getNamespaces()
(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/5.43.1/docs/resources/gke_backup_restore_plan#namespaces GkeBackupRestorePlan#namespaces}
-
builder
@Stability(Stable) static GkeBackupRestorePlanRestoreConfigTransformationRulesResourceFilter.Builder builder()
-
-