Interface CfnRoutingRule.MatchHeaderValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRoutingRule.MatchHeaderValueProperty.Jsii$Proxy
- Enclosing class:
CfnRoutingRule
@Stability(Stable)
public static interface CfnRoutingRule.MatchHeaderValueProperty
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.apigatewayv2.*;
MatchHeaderValueProperty matchHeaderValueProperty = MatchHeaderValueProperty.builder()
.header("header")
.valueGlob("valueGlob")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRoutingRule.MatchHeaderValuePropertystatic final classAn implementation forCfnRoutingRule.MatchHeaderValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHeader
- See Also:
-
getValueGlob
- See Also:
-
builder
-