Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
add AWS::NetworkFirewall (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwltr authored Apr 13, 2022
1 parent d05ed74 commit aa877db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/cloudcontrol.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ func init() {
registerCloudControl("AWS::Timestream::ScheduledQuery")
registerCloudControl("AWS::Timestream::Table")
registerCloudControl("AWS::Transfer::Workflow")
registerCloudControl("AWS::NetworkFirewall::Firewall")
registerCloudControl("AWS::NetworkFirewall::FirewallPolicy")
registerCloudControl("AWS::NetworkFirewall::RuleGroup")
}

func NewListCloudControlResource(typeName string) func(*session.Session) ([]Resource, error) {
Expand Down

0 comments on commit aa877db

Please sign in to comment.