Package com.pulumi.aws.appmesh.inputs
Class GatewayRouteSpecHttpRouteMatchHeaderMatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.appmesh.inputs.GatewayRouteSpecHttpRouteMatchHeaderMatchArgs
-
public final class GatewayRouteSpecHttpRouteMatchHeaderMatchArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GatewayRouteSpecHttpRouteMatchHeaderMatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GatewayRouteSpecHttpRouteMatchHeaderMatchArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GatewayRouteSpecHttpRouteMatchHeaderMatchArgs.Builder
builder()
static GatewayRouteSpecHttpRouteMatchHeaderMatchArgs.Builder
builder(GatewayRouteSpecHttpRouteMatchHeaderMatchArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
exact()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
prefix()
java.util.Optional<com.pulumi.core.Output<GatewayRouteSpecHttpRouteMatchHeaderMatchRangeArgs>>
range()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
regex()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
suffix()
-
-
-
Field Detail
-
Empty
public static final GatewayRouteSpecHttpRouteMatchHeaderMatchArgs Empty
-
-
Method Detail
-
exact
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> exact()
- Returns:
- Header value sent by the client must match the specified value exactly.
-
prefix
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> prefix()
- Returns:
- Header value sent by the client must begin with the specified characters.
-
range
public java.util.Optional<com.pulumi.core.Output<GatewayRouteSpecHttpRouteMatchHeaderMatchRangeArgs>> range()
- Returns:
- Object that specifies the range of numbers that the header value sent by the client must be included in.
-
regex
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> regex()
- Returns:
- Header value sent by the client must include the specified characters.
-
suffix
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> suffix()
- Returns:
- Header value sent by the client must end with the specified characters.
-
builder
public static GatewayRouteSpecHttpRouteMatchHeaderMatchArgs.Builder builder()
-
builder
public static GatewayRouteSpecHttpRouteMatchHeaderMatchArgs.Builder builder(GatewayRouteSpecHttpRouteMatchHeaderMatchArgs defaults)
-
-