@Stability(value=Stable)
public static interface CfnRoute.HttpPathMatchProperty
extends software.amazon.jsii.JsiiSerializable
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.appmesh.*;
HttpPathMatchProperty httpPathMatchProperty = HttpPathMatchProperty.builder()
.exact("exact")
.regex("regex")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.HttpPathMatchProperty.Builder
A builder for
CfnRoute.HttpPathMatchProperty |
static class |
CfnRoute.HttpPathMatchProperty.Jsii$Proxy
An implementation for
CfnRoute.HttpPathMatchProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.HttpPathMatchProperty.Builder |
builder() |
default String |
getExact()
The exact path to match on.
|
default String |
getRegex()
The regex used to match the path.
|
@Stability(value=Stable) @Nullable default String getExact()
@Stability(value=Stable) @Nullable default String getRegex()
@Stability(value=Stable) static CfnRoute.HttpPathMatchProperty.Builder builder()
Copyright © 2022. All rights reserved.