@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:24.439Z") @Stability(value=Experimental) 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()
(experimental) Route CFN configuration for route query parameter match.
|
@Stability(value=Experimental) @NotNull CfnRoute.QueryParameterProperty getQueryParameterMatch()
@Stability(value=Experimental) static QueryParameterMatchConfig.Builder builder()
QueryParameterMatchConfig.Builder of QueryParameterMatchConfigCopyright © 2022. All rights reserved.