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 |
Documentation
An individual Firewall Manager application.
See: newApp
smart constructor.
Instances
Eq App Source # | |
Read App Source # | |
Show App Source # | |
Generic App Source # | |
NFData App Source # | |
Defined in Amazonka.FMS.Types.App | |
Hashable App Source # | |
Defined in Amazonka.FMS.Types.App | |
ToJSON App Source # | |
Defined in Amazonka.FMS.Types.App | |
FromJSON App Source # | |
type Rep App Source # | |
Defined in Amazonka.FMS.Types.App type Rep App = D1 ('MetaData "App" "Amazonka.FMS.Types.App" "libZSservicesZSamazonka-fmsZSamazonka-fms" '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.