Interface CfnRoutingRule.MatchBasePathsProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnRoutingRule.MatchBasePathsProperty.Jsii$Proxy
- Enclosing class:
- CfnRoutingRule
@Stability(Stable)
public static interface CfnRoutingRule.MatchBasePathsProperty
extends software.amazon.jsii.JsiiSerializable
Represents a 
MatchBasePaths condition.
 Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.apigatewayv2.*;
 MatchBasePathsProperty matchBasePathsProperty = MatchBasePathsProperty.builder()
         .anyOf(List.of("anyOf"))
         .build();
 - See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRoutingRule.MatchBasePathsPropertystatic final classAn implementation forCfnRoutingRule.MatchBasePathsProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getAnyOfThe string of the case sensitive base path to be matched.- See Also:
 
- 
builder
 
-