Show / Hide Table of Contents

Class RouteSpecHttpRouteMatchHeader

Inheritance
System.Object
RouteSpecHttpRouteMatchHeader
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 RouteSpecHttpRouteMatchHeader

Fields

View Source

Invert

If true, the match is on the opposite of the match method and value. Default is false.

Declaration
public readonly bool? Invert
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Match

The method and value to match the header value sent with a request. Specify one match method.

Declaration
public readonly RouteSpecHttpRouteMatchHeaderMatch Match
Field Value
Type Description
RouteSpecHttpRouteMatchHeaderMatch
View Source

Name

A name for the HTTP header in the client request that will be matched on.

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