class Aws::FMS::Types::App

An individual Firewall Manager application.

@note When making an API call, you may pass App

data as a hash:

    {
      app_name: "ResourceName", # required
      protocol: "Protocol", # required
      port: 1, # required
    }

@!attribute [rw] app_name

The application's name.
@return [String]

@!attribute [rw] 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][1].

[1]: https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
@return [String]

@!attribute [rw] port

The application's port number, for example `80`.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/App AWS API Documentation

Constants

SENSITIVE