Interface CfnRoutePropsMixin.HttpQueryParameterMatchProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRoutePropsMixin.HttpQueryParameterMatchProperty.Jsii$Proxy
- Enclosing class:
CfnRoutePropsMixin
@Stability(Stable)
public static interface CfnRoutePropsMixin.HttpQueryParameterMatchProperty
extends software.amazon.jsii.JsiiSerializable
An object representing the query parameter to match.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.appmesh.*;
HttpQueryParameterMatchProperty httpQueryParameterMatchProperty = HttpQueryParameterMatchProperty.builder()
.exact("exact")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRoutePropsMixin.HttpQueryParameterMatchPropertystatic final classAn implementation forCfnRoutePropsMixin.HttpQueryParameterMatchProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExact
The exact query parameter to match on.- See Also:
-
builder
-