| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FMS.Types.App
Description
Documentation
An individual Firewall Manager application.
See: newApp smart constructor.
Constructors
| App' | |
Instances
| FromJSON App Source # | |
| ToJSON App Source # | |
Defined in Amazonka.FMS.Types.App | |
| Generic App Source # | |
| Read App Source # | |
| Show App Source # | |
| NFData App Source # | |
Defined in Amazonka.FMS.Types.App | |
| Eq App Source # | |
| Hashable App Source # | |
Defined in Amazonka.FMS.Types.App | |
| type Rep App Source # | |
Defined in Amazonka.FMS.Types.App type Rep App = D1 ('MetaData "App" "Amazonka.FMS.Types.App" "amazonka-fms-2.0-351knTjuYAjE9GRQTo0ohx" 'False) (C1 ('MetaCons "App'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))) | |
Create a value of App 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:appName:App', app_appName - The application's name.
$sel:protocol:App', app_protocol - The IP protocol name or number. The name can be one of tcp, udp, or
icmp. For information on possible numbers, see
Protocol Numbers.
$sel:port:App', app_port - The application's port number, for example 80.
app_protocol :: Lens' App Text Source #
The IP protocol name or number. The name can be one of tcp, udp, or
icmp. For information on possible numbers, see
Protocol Numbers.