Show / Hide Table of Contents

Class RouteSpecHttpRouteMatchArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RouteSpecHttpRouteMatchArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RouteSpecHttpRouteMatchArgs : ResourceArgs

Constructors

View Source

RouteSpecHttpRouteMatchArgs()

Declaration
public RouteSpecHttpRouteMatchArgs()

Properties

View Source

Headers

The client request headers to match on.

Declaration
public InputList<RouteSpecHttpRouteMatchHeaderArgs> Headers { get; set; }
Property Value
Type Description
InputList<RouteSpecHttpRouteMatchHeaderArgs>
View Source

Method

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

Declaration
public Input<string> Method { get; set; }
Property Value
Type Description
Input<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 Input<string> Prefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Scheme

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

Declaration
public Input<string> Scheme { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.