Show / Hide Table of Contents

Class RouteSpecHttpRouteMatch

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

Fields

View Source

Headers

The client request headers to match on.

Declaration
public readonly ImmutableArray<RouteSpecHttpRouteMatchHeader> Headers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<RouteSpecHttpRouteMatchHeader>
View Source

Method

The client request header method to match on. Valid values: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH.

Declaration
public readonly string Method
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

Scheme

The client request header scheme to match on. Valid values: http, https.

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