Values.AwsNetworkFirewallFirewallDetailsSourceDetails about an Network Firewall firewall.
type nonrec t = {deleteProtection : Boolean.t option;Whether the firewall is protected from deletion. If set to true, then the firewall cannot be deleted.
*)description : NonEmptyString.t option;A description of the firewall.
*)firewallArn : NonEmptyString.t option;The ARN of the firewall.
*)firewallId : NonEmptyString.t option;The identifier of the firewall.
*)firewallName : NonEmptyString.t option;A descriptive name of the firewall.
*)firewallPolicyArn : NonEmptyString.t option;The ARN of the firewall policy.
*)firewallPolicyChangeProtection : Boolean.t option;Whether the firewall is protected from a change to the firewall policy. If set to true, you cannot associate a different policy with the firewall.
*)subnetChangeProtection : Boolean.t option;Whether the firewall is protected from a change to the subnet associations. If set to true, you cannot map different subnets to the firewall.
*)subnetMappings : AwsNetworkFirewallFirewallSubnetMappingsList.t option;The public subnets that Network Firewall uses for the firewall. Each subnet must belong to a different Availability Zone.
*)vpcId : NonEmptyString.t option;The identifier of the VPC where the firewall is used.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]