@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.569Z") @Stability(value=Stable) public interface QueryParameterMatchConfig 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.*;
QueryParameterMatchConfig queryParameterMatchConfig = QueryParameterMatchConfig.builder()
.queryParameterMatch(QueryParameterProperty.builder()
.name("name")
// the properties below are optional
.match(HttpQueryParameterMatchProperty.builder()
.exact("exact")
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
QueryParameterMatchConfig.Builder
A builder for
QueryParameterMatchConfig |
static class |
QueryParameterMatchConfig.Jsii$Proxy
An implementation for
QueryParameterMatchConfig |
| Modifier and Type | Method and Description |
|---|---|
static QueryParameterMatchConfig.Builder |
builder() |
CfnRoute.QueryParameterProperty |
getQueryParameterMatch()
Route CFN configuration for route query parameter match.
|
@Stability(value=Stable) @NotNull CfnRoute.QueryParameterProperty getQueryParameterMatch()
@Stability(value=Stable) static QueryParameterMatchConfig.Builder builder()
QueryParameterMatchConfig.Builder of QueryParameterMatchConfigCopyright © 2022. All rights reserved.