View a markdown version of this page

AWS::SecurityAgent::Pentest NetworkTrafficRule - 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::SecurityAgent::Pentest NetworkTrafficRule

A rule that controls network traffic during penetration testing by allowing or denying traffic to specific URL patterns.

Syntax

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

JSON

{ "Effect" : String, "NetworkTrafficRuleType" : String, "Pattern" : String }

YAML

Effect: String NetworkTrafficRuleType: String Pattern: String

Properties

Effect

The effect of the rule. Valid values are ALLOW and DENY.

Required: No

Type: String

Allowed values: ALLOW | DENY

Update requires: No interruption

NetworkTrafficRuleType

The type of the network traffic rule. Currently, only URL is supported.

Required: No

Type: String

Allowed values: URL

Update requires: No interruption

Pattern

The URL pattern to match for the rule.

Required: No

Type: String

Update requires: No interruption