View a markdown version of this page

AWS::FMS::ApplicationsList App - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

JSON

{ "AppName" : String, "Port" : Integer, "Protocol" : String }

YAML

AppName: String Port: Integer Protocol: String

Properties

AppName

The application's name.

Required: Yes

Type: String

Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$

Minimum: 1

Maximum: 128

Update requires: No interruption

Port

The application's port number, for example 80.

Required: Yes

Type: Integer

Minimum: 0

Maximum: 65535

Update requires: No interruption

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.

Required: Yes

Type: String

Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$

Minimum: 1

Maximum: 20

Update requires: No interruption