AWS::EC2::NetworkAclEntry Icmp - 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).

AWS::EC2::NetworkAclEntry Icmp

Describes the ICMP type and code.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Code" : Integer, "Type" : Integer }

YAML

Code: Integer Type: Integer

Properties

Code

The Internet Control Message Protocol (ICMP) code. You can use -1 to specify all ICMP codes for the given ICMP type. Required if you specify 1 (ICMP) for the protocol parameter.

Required: Conditional

Type: Integer

Update requires: No interruption

Type

The Internet Control Message Protocol (ICMP) type. You can use -1 to specify all ICMP types. Conditional requirement: Required if you specify 1 (ICMP) for the CreateNetworkAclEntry protocol parameter.

Required: No

Type: Integer

Update requires: No interruption