# README
Terraform AWS Provider NetworkFirewall Package
This area is primarily for AWS provider contributors and maintainers. For information on using Terraform and the AWS provider, see the links below.
Handy Links
- Find out about contributing to the AWS provider!
- AWS Provider Docs: Home
- AWS Provider Docs: One of the NetworkFirewall resources
- AWS Docs: AWS SDK for Go NetworkFirewall
# Functions
@SDKDataSource("aws_networkfirewall_firewall").
@SDKDataSource("aws_networkfirewall_firewall_policy").
@SDKDataSource("aws_networkfirewall_resource_policy").
No description provided by the author
No description provided by the author
FindFirewallPolicyByNameAndARN returns the FirewallPolicyOutput from a call to DescribeFirewallPolicyWithContext given the context and at least one of FirewallPolicyArn and FirewallPolicyName.
FindLoggingConfiguration returns the LoggingConfigurationOutput from a call to DescribeLoggingConfigurationWithContext given the context and FindFirewall ARN.
FindResourcePolicy returns the Policy string from a call to DescribeResourcePolicyWithContext given the context and resource ARN.
No description provided by the author
GetTagsIn returns networkfirewall service tags from Context.
KeyValueTags creates tftags.KeyValueTags from networkfirewall service tags.
ListTags lists networkfirewall service tags.
@SDKResource("aws_networkfirewall_firewall", name="Firewall") @Tags(identifierAttribute="id").
@SDKResource("aws_networkfirewall_firewall_policy", name="Firewall Policy") @Tags(identifierAttribute="id").
@SDKResource("aws_networkfirewall_logging_configuration").
@SDKResource("aws_networkfirewall_resource_policy").
@SDKResource("aws_networkfirewall_rule_group", name="Rule Group") @Tags(identifierAttribute="id").
SetTagsOut sets networkfirewall service tags in Context.
Tags returns networkfirewall service tags.
UpdateTags updates networkfirewall service tags.
# Variables
No description provided by the author