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

Description

 
Synopsis

Documentation

data MeshSpec Source #

An object that represents the specification of a service mesh.

See: newMeshSpec smart constructor.

Constructors

MeshSpec' 

Fields

Instances

Instances details
Eq MeshSpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshSpec

Read MeshSpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshSpec

Show MeshSpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshSpec

Generic MeshSpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshSpec

Associated Types

type Rep MeshSpec :: Type -> Type #

Methods

from :: MeshSpec -> Rep MeshSpec x #

to :: Rep MeshSpec x -> MeshSpec #

NFData MeshSpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshSpec

Methods

rnf :: MeshSpec -> () #

Hashable MeshSpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshSpec

Methods

hashWithSalt :: Int -> MeshSpec -> Int #

hash :: MeshSpec -> Int #

ToJSON MeshSpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshSpec

FromJSON MeshSpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshSpec

type Rep MeshSpec Source # 
Instance details

Defined in Amazonka.AppMesh.Types.MeshSpec

type Rep MeshSpec = D1 ('MetaData "MeshSpec" "Amazonka.AppMesh.Types.MeshSpec" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "MeshSpec'" 'PrefixI 'True) (S1 ('MetaSel ('Just "egressFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EgressFilter))))

newMeshSpec :: MeshSpec Source #

Create a value of MeshSpec 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:egressFilter:MeshSpec', meshSpec_egressFilter - The egress filter rules for the service mesh.

meshSpec_egressFilter :: Lens' MeshSpec (Maybe EgressFilter) Source #

The egress filter rules for the service mesh.