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

Description

 
Synopsis

Documentation

data EgressFilter Source #

An object that represents the egress filter rules for a service mesh.

See: newEgressFilter smart constructor.

Constructors

EgressFilter' 

Fields

  • type' :: EgressFilterType

    The egress filter type. By default, the type is DROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to *.amazonaws.com for Amazon Web Services API calls). You can set the egress filter type to ALLOW_ALL to allow egress to any endpoint inside or outside of the service mesh.

Instances

Instances details
Eq EgressFilter Source # 
Instance details

Defined in Amazonka.AppMesh.Types.EgressFilter

Read EgressFilter Source # 
Instance details

Defined in Amazonka.AppMesh.Types.EgressFilter

Show EgressFilter Source # 
Instance details

Defined in Amazonka.AppMesh.Types.EgressFilter

Generic EgressFilter Source # 
Instance details

Defined in Amazonka.AppMesh.Types.EgressFilter

Associated Types

type Rep EgressFilter :: Type -> Type #

NFData EgressFilter Source # 
Instance details

Defined in Amazonka.AppMesh.Types.EgressFilter

Methods

rnf :: EgressFilter -> () #

Hashable EgressFilter Source # 
Instance details

Defined in Amazonka.AppMesh.Types.EgressFilter

ToJSON EgressFilter Source # 
Instance details

Defined in Amazonka.AppMesh.Types.EgressFilter

FromJSON EgressFilter Source # 
Instance details

Defined in Amazonka.AppMesh.Types.EgressFilter

type Rep EgressFilter Source # 
Instance details

Defined in Amazonka.AppMesh.Types.EgressFilter

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

newEgressFilter Source #

Create a value of EgressFilter 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:type':EgressFilter', egressFilter_type - The egress filter type. By default, the type is DROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to *.amazonaws.com for Amazon Web Services API calls). You can set the egress filter type to ALLOW_ALL to allow egress to any endpoint inside or outside of the service mesh.

egressFilter_type :: Lens' EgressFilter EgressFilterType Source #

The egress filter type. By default, the type is DROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to *.amazonaws.com for Amazon Web Services API calls). You can set the egress filter type to ALLOW_ALL to allow egress to any endpoint inside or outside of the service mesh.