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::ProtocolsList
Creates an AWS Firewall Manager protocols list.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::FMS::ProtocolsList", "Properties" : { "ListName" :String, "ProtocolsList" :[ String, ... ], "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::FMS::ProtocolsList Properties: ListName:StringProtocolsList:- StringTags:- Tag
Properties
ListName-
The name of the AWS Firewall Manager protocols list.
Required: Yes
Type: String
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$Minimum:
1Maximum:
128Update requires: No interruption
ProtocolsList-
An array of protocols in the AWS Firewall Manager protocols list.
Required: Yes
Type: Array of String
Minimum:
1Maximum:
20Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Maximum:
200Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CreateTime-
The time that the AWS Firewall Manager protocols list was created.
LastUpdateTime-
The time that the AWS Firewall Manager protocols list was last updated.
ListId-
The ID of the AWS Firewall Manager protocols list.