libZSservicesZSamazonka-appmeshZSamazonka-appmesh
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppMesh.Types.GrpcGatewayRoute

Description

 
Synopsis

Documentation

data GrpcGatewayRoute Source #

An object that represents a gRPC gateway route.

See: newGrpcGatewayRoute smart constructor.

Constructors

GrpcGatewayRoute' 

Fields

Instances

Instances details
Eq GrpcGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcGatewayRoute

Read GrpcGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcGatewayRoute

Show GrpcGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcGatewayRoute

Generic GrpcGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcGatewayRoute

Associated Types

type Rep GrpcGatewayRoute :: Type -> Type #

NFData GrpcGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcGatewayRoute

Methods

rnf :: GrpcGatewayRoute -> () #

Hashable GrpcGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcGatewayRoute

ToJSON GrpcGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcGatewayRoute

FromJSON GrpcGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcGatewayRoute

type Rep GrpcGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcGatewayRoute

type Rep GrpcGatewayRoute = D1 ('MetaData "GrpcGatewayRoute" "Amazonka.AppMesh.Types.GrpcGatewayRoute" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "GrpcGatewayRoute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GrpcGatewayRouteAction) :*: S1 ('MetaSel ('Just "match") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GrpcGatewayRouteMatch)))

newGrpcGatewayRoute Source #

Create a value of GrpcGatewayRoute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:action:GrpcGatewayRoute', grpcGatewayRoute_action - An object that represents the action to take if a match is determined.

$sel:match:GrpcGatewayRoute', grpcGatewayRoute_match - An object that represents the criteria for determining a request match.

grpcGatewayRoute_action :: Lens' GrpcGatewayRoute GrpcGatewayRouteAction Source #

An object that represents the action to take if a match is determined.

grpcGatewayRoute_match :: Lens' GrpcGatewayRoute GrpcGatewayRouteMatch Source #

An object that represents the criteria for determining a request match.