@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.423Z") @Stability(value=Experimental) public abstract class QueryParameterMatch extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
QueryParameterMatch() |
protected |
QueryParameterMatch(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
QueryParameterMatch(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract QueryParameterMatchConfig |
bind(software.constructs.Construct scope)
(experimental) Returns the query parameter match configuration.
|
static QueryParameterMatch |
valueIs(String queryParameterName,
String queryParameterValue)
(experimental) The value of the query parameter with the given name in the request must match the specified value exactly.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected QueryParameterMatch(software.amazon.jsii.JsiiObjectRef objRef)
protected QueryParameterMatch(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected QueryParameterMatch()
@Stability(value=Experimental) @NotNull public static QueryParameterMatch valueIs(@NotNull String queryParameterName, @NotNull String queryParameterValue)
queryParameterName - the name of the query parameter to match against. This parameter is required.queryParameterValue - The exact value to test against. This parameter is required.@Stability(value=Experimental) @NotNull public abstract QueryParameterMatchConfig bind(@NotNull software.constructs.Construct scope)
scope - This parameter is required.Copyright © 2021. All rights reserved.