View a markdown version of this page

AWS::FMS::ProtocolsList - 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::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: String ProtocolsList: - String Tags: - Tag

Properties

ListName

The name of the AWS Firewall Manager protocols list.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 128

Update requires: No interruption

ProtocolsList

An array of protocols in the AWS Firewall Manager protocols list.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 20

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 200

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property 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.