This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::FMS::ApplicationsList App
An individual Amazon Firewall Manager application.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
AppName-
The application's name.
Required: Yes
Type: String
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$Minimum:
1Maximum:
128Update requires: No interruption
Port-
The application's port number, for example
80.Required: Yes
Type: Integer
Minimum:
0Maximum:
65535Update requires: No interruption
Protocol-
The IP protocol name or number. The name can be one of
tcp,udp, oricmp. For information on possible numbers, see Protocol Numbers. Required: Yes
Type: String
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$Minimum:
1Maximum:
20Update requires: No interruption