@Stability(value=Stable)
public static interface CfnRoute.HeaderMatchMethodProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.HeaderMatchMethodProperty.Builder
A builder for
CfnRoute.HeaderMatchMethodProperty |
static class |
CfnRoute.HeaderMatchMethodProperty.Jsii$Proxy
An implementation for
CfnRoute.HeaderMatchMethodProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.HeaderMatchMethodProperty.Builder |
builder() |
default String |
getExact()
`CfnRoute.HeaderMatchMethodProperty.Exact`.
|
default String |
getPrefix()
`CfnRoute.HeaderMatchMethodProperty.Prefix`.
|
default Object |
getRange()
`CfnRoute.HeaderMatchMethodProperty.Range`.
|
default String |
getRegex()
`CfnRoute.HeaderMatchMethodProperty.Regex`.
|
default String |
getSuffix()
`CfnRoute.HeaderMatchMethodProperty.Suffix`.
|
@Stability(value=Stable) @Nullable default String getExact()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-exact@Stability(value=Stable) @Nullable default String getPrefix()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-prefix@Stability(value=Stable) @Nullable default Object getRange()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-range@Stability(value=Stable) @Nullable default String getRegex()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-regex@Stability(value=Stable) @Nullable default String getSuffix()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-headermatchmethod.html#cfn-appmesh-route-headermatchmethod-suffix@Stability(value=Stable) static CfnRoute.HeaderMatchMethodProperty.Builder builder()
Copyright © 2020. All rights reserved.