List Third Party Firewall Firewall Policies
| fms_list_third_party_firewall_firewall_policies | R Documentation |
Retrieves a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account¶
Description¶
Retrieves a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account.
Usage¶
Arguments¶
ThirdPartyFirewall[required] The name of the third-party firewall vendor.
NextTokenIf the previous response included a
NextTokenelement, the specified third-party firewall vendor is associated with more third-party firewall policies. To get more third-party firewall policies, submit anotherListThirdPartyFirewallFirewallPoliciesRequestrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response. If the previous response didn't include aNextTokenelement, there are no more third-party firewall policies to get.MaxResults[required] The maximum number of third-party firewall policies that you want Firewall Manager to return. If the specified third-party firewall vendor is associated with more than
MaxResultsfirewall policies, the response includes aNextTokenelement.NextTokencontains an encrypted token that identifies the first third-party firewall policies that Firewall Manager will return if you submit another request.
Value¶
A list with the following syntax:
list(
ThirdPartyFirewallFirewallPolicies = list(
list(
FirewallPolicyId = "string",
FirewallPolicyName = "string"
)
),
NextToken = "string"
)