@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:48.597Z")
public interface HeaderMatchConfig
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.*; HeaderMatchConfig headerMatchConfig = HeaderMatchConfig.builder() .headerMatch(HttpRouteHeaderProperty.builder() .name("name") // the properties below are optional .invert(false) .match(HeaderMatchMethodProperty.builder() .exact("exact") .prefix("prefix") .range(MatchRangeProperty.builder() .end(123) .start(123) .build()) .regex("regex") .suffix("suffix") .build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
HeaderMatchConfig.Builder
A builder for
HeaderMatchConfig |
static class |
HeaderMatchConfig.Jsii$Proxy
An implementation for
HeaderMatchConfig |
Modifier and Type | Method and Description |
---|---|
static HeaderMatchConfig.Builder |
builder() |
CfnRoute.HttpRouteHeaderProperty |
getHeaderMatch()
Route CFN configuration for the route header match.
|
CfnRoute.HttpRouteHeaderProperty getHeaderMatch()
static HeaderMatchConfig.Builder builder()
HeaderMatchConfig.Builder
of HeaderMatchConfig