Interface CfnListenerRule.PathPatternConfigProperty

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

@Stability(Stable) public static interface CfnListenerRule.PathPatternConfigProperty extends software.amazon.jsii.JsiiSerializable
Information about a path pattern 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.elasticloadbalancingv2.*;
 PathPatternConfigProperty pathPatternConfigProperty = PathPatternConfigProperty.builder()
         .values(List.of("values"))
         .build();
 

See Also: