Show / Hide Table of Contents

Class RouteSpecHttpRouteMatchHeaderMatch

Inheritance
System.Object
RouteSpecHttpRouteMatchHeaderMatch
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AppMesh.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RouteSpecHttpRouteMatchHeaderMatch

Fields

View Source

Exact

The header value sent by the client must match the specified value exactly.

Declaration
public readonly string Exact
Field Value
Type Description
System.String
View Source

Prefix

Specifies the path with which to match requests. This parameter must always start with /, which by itself matches all requests to the virtual router service name.

Declaration
public readonly string Prefix
Field Value
Type Description
System.String
View Source

Range

The object that specifies the range of numbers that the header value sent by the client must be included in.

Declaration
public readonly RouteSpecHttpRouteMatchHeaderMatchRange Range
Field Value
Type Description
RouteSpecHttpRouteMatchHeaderMatchRange
View Source

Regex

The header value sent by the client must include the specified characters.

Declaration
public readonly string Regex
Field Value
Type Description
System.String
View Source

Suffix

The header value sent by the client must end with the specified characters.

Declaration
public readonly string Suffix
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.