View a markdown version of this page

AWS::FMS::ApplicationsList App - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::FMS::ApplicationsList App

An individual AWS Firewall Manager application.

Syntax

To declare this entity in your 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