| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.AppMesh.Types.MeshSpec
Description
Synopsis
- data MeshSpec = MeshSpec' {}
- newMeshSpec :: MeshSpec
- meshSpec_egressFilter :: Lens' MeshSpec (Maybe EgressFilter)
Documentation
An object that represents the specification of a service mesh.
See: newMeshSpec smart constructor.
Constructors
| MeshSpec' | |
Fields
| |
Instances
| Eq MeshSpec Source # | |
| Read MeshSpec Source # | |
| Show MeshSpec Source # | |
| Generic MeshSpec Source # | |
| NFData MeshSpec Source # | |
Defined in Amazonka.AppMesh.Types.MeshSpec | |
| Hashable MeshSpec Source # | |
Defined in Amazonka.AppMesh.Types.MeshSpec | |
| ToJSON MeshSpec Source # | |
Defined in Amazonka.AppMesh.Types.MeshSpec | |
| FromJSON MeshSpec Source # | |
| type Rep MeshSpec Source # | |
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.