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.GatewayRouteHostnameMatch

Description

 
Synopsis

Documentation

data GatewayRouteHostnameMatch Source #

An object representing the gateway route host name to match.

See: newGatewayRouteHostnameMatch smart constructor.

Constructors

GatewayRouteHostnameMatch' 

Fields

Instances

Instances details
Eq GatewayRouteHostnameMatch Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GatewayRouteHostnameMatch

Read GatewayRouteHostnameMatch Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GatewayRouteHostnameMatch

Show GatewayRouteHostnameMatch Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GatewayRouteHostnameMatch

Generic GatewayRouteHostnameMatch Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GatewayRouteHostnameMatch

Associated Types

type Rep GatewayRouteHostnameMatch :: Type -> Type #

NFData GatewayRouteHostnameMatch Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GatewayRouteHostnameMatch

Hashable GatewayRouteHostnameMatch Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GatewayRouteHostnameMatch

ToJSON GatewayRouteHostnameMatch Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GatewayRouteHostnameMatch

FromJSON GatewayRouteHostnameMatch Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GatewayRouteHostnameMatch

type Rep GatewayRouteHostnameMatch Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GatewayRouteHostnameMatch

type Rep GatewayRouteHostnameMatch = D1 ('MetaData "GatewayRouteHostnameMatch" "Amazonka.AppMesh.Types.GatewayRouteHostnameMatch" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "GatewayRouteHostnameMatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suffix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGatewayRouteHostnameMatch :: GatewayRouteHostnameMatch Source #

Create a value of GatewayRouteHostnameMatch 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:suffix:GatewayRouteHostnameMatch', gatewayRouteHostnameMatch_suffix - The specified ending characters of the host name to match on.

$sel:exact:GatewayRouteHostnameMatch', gatewayRouteHostnameMatch_exact - The exact host name to match on.

gatewayRouteHostnameMatch_suffix :: Lens' GatewayRouteHostnameMatch (Maybe Text) Source #

The specified ending characters of the host name to match on.