Interface ComputeUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.099Z") @Stability(Stable) public interface ComputeUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.Builderstatic classComputeUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.Jsii$ProxyAn implementation forComputeUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.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_url_map#filter_labels ComputeUrlMap#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_url_map#filter_match_criteria ComputeUrlMap#filter_match_criteria}
-
builder
@Stability(Stable) static ComputeUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters.Builder builder()
-
-