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:StringNetworkTrafficRuleType:StringPattern:String
Properties
Effect-
The effect of the rule. Valid values are ALLOW and DENY.
Required: No
Type: String
Allowed values:
ALLOW | DENYUpdate requires: No interruption
NetworkTrafficRuleType-
The type of the network traffic rule. Currently, only URL is supported.
Required: No
Type: String
Allowed values:
URLUpdate requires: No interruption
Pattern-
The URL pattern to match for the rule.
Required: No
Type: String
Update requires: No interruption