Interface CfnRoutingRulePropsMixin.MatchBasePathsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRoutingRulePropsMixin.MatchBasePathsProperty.Jsii$Proxy
Enclosing class:
CfnRoutingRulePropsMixin

@Stability(Stable) public static interface CfnRoutingRulePropsMixin.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.cfnpropertymixins.services.apigatewayv2.*;
 MatchBasePathsProperty matchBasePathsProperty = MatchBasePathsProperty.builder()
         .anyOf(List.of("anyOf"))
         .build();
 

See Also: