AWS::SecurityAgent::Pentest NetworkTrafficRule - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::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 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