Show / Hide Table of Contents

Class RouteSpecHttpRoute

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

Fields

View Source

Action

The action to take if a match is determined.

Declaration
public readonly RouteSpecHttpRouteAction Action
Field Value
Type Description
RouteSpecHttpRouteAction
View Source

Match

The criteria for determining an HTTP request match.

Declaration
public readonly RouteSpecHttpRouteMatch Match
Field Value
Type Description
RouteSpecHttpRouteMatch
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.