Interface ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.874Z") @Stability(Stable) public interface ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.Builderstatic classComputeRegionUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.Jsii$ProxyAn implementation forComputeRegionUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.Builderbuilder()ObjectgetFilterLabels()filter_labels block.StringgetFilterMatchCriteria()Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match.
-
-
-
Method Detail
-
getFilterLabels
@Stability(Stable) @NotNull Object getFilterLabels()
filter_labels block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#filter_labels ComputeRegionUrlMap#filter_labels}
-
getFilterMatchCriteria
@Stability(Stable) @NotNull String getFilterMatchCriteria()
Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match. Supported values are:.* MATCH_ANY: At least one of the filterLabels must have a matching label in the provided metadata. * MATCH_ALL: All filterLabels must have matching labels in the provided metadata. Possible values: ["MATCH_ALL", "MATCH_ANY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#filter_match_criteria ComputeRegionUrlMap#filter_match_criteria}
-
builder
@Stability(Stable) static ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.Builder builder()
-
-