cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

StatefulRuleGroupReference missing Override:Action property

Open evermbr opened this issue 2 years ago • 0 comments

Name of the resource

AWS::NetworkFirewall::FirewallPolicy

Resource name

No response

Description

The StatefulRuleGroupReference resource type is missing the Override:Action property. These properties are available via Boto3, the Console and the CLI. Below is an example of the Override:Action property taken from the CLI documentation:

"StatefulRuleGroupReferences": [ { "ResourceArn": "string", "Priority": integer, "Override": { "Action": "DROP_TO_ALERT" } }

Other Details

No response

evermbr avatar Aug 05 '22 11:08 evermbr