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

Description

 
Synopsis

Documentation

data VirtualGatewaySpec Source #

An object that represents the specification of a service mesh resource.

See: newVirtualGatewaySpec smart constructor.

Constructors

VirtualGatewaySpec' 

Fields

Instances

Instances details
Eq VirtualGatewaySpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewaySpec

Read VirtualGatewaySpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewaySpec

Show VirtualGatewaySpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewaySpec

Generic VirtualGatewaySpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewaySpec

Associated Types

type Rep VirtualGatewaySpec :: Type -> Type #

NFData VirtualGatewaySpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewaySpec

Methods

rnf :: VirtualGatewaySpec -> () #

Hashable VirtualGatewaySpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewaySpec

ToJSON VirtualGatewaySpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewaySpec

FromJSON VirtualGatewaySpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewaySpec

type Rep VirtualGatewaySpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewaySpec

type Rep VirtualGatewaySpec = D1 ('MetaData "VirtualGatewaySpec" "Amazonka.AppMesh.Types.VirtualGatewaySpec" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "VirtualGatewaySpec'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backendDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VirtualGatewayBackendDefaults)) :*: (S1 ('MetaSel ('Just "logging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VirtualGatewayLogging)) :*: S1 ('MetaSel ('Just "listeners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VirtualGatewayListener]))))

newVirtualGatewaySpec :: VirtualGatewaySpec Source #

Create a value of VirtualGatewaySpec 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:backendDefaults:VirtualGatewaySpec', virtualGatewaySpec_backendDefaults - A reference to an object that represents the defaults for backends.

$sel:logging:VirtualGatewaySpec', virtualGatewaySpec_logging - Undocumented member.

$sel:listeners:VirtualGatewaySpec', virtualGatewaySpec_listeners - The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.

virtualGatewaySpec_backendDefaults :: Lens' VirtualGatewaySpec (Maybe VirtualGatewayBackendDefaults) Source #

A reference to an object that represents the defaults for backends.

virtualGatewaySpec_listeners :: Lens' VirtualGatewaySpec [VirtualGatewayListener] Source #

The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.