List Policies
fms_list_policies | R Documentation |
Returns an array of PolicySummary objects¶
Description¶
Returns an array of PolicySummary
objects.
Usage¶
Arguments¶
NextToken
If you specify a value for
MaxResults
and you have morePolicySummary
objects than the number that you specify forMaxResults
, Firewall Manager returns aNextToken
value in the response that allows you to list another group ofPolicySummary
objects. For the second and subsequentlist_policies
requests, specify the value ofNextToken
from the previous response to get information about another batch ofPolicySummary
objects.MaxResults
Specifies the number of
PolicySummary
objects that you want Firewall Manager to return for this request. If you have morePolicySummary
objects than the number that you specify forMaxResults
, the response includes aNextToken
value that you can use to get another batch ofPolicySummary
objects.
Value¶
A list with the following syntax:
list(
PolicyList = list(
list(
PolicyArn = "string",
PolicyId = "string",
PolicyName = "string",
ResourceType = "string",
SecurityServiceType = "WAF"|"WAFV2"|"SHIELD_ADVANCED"|"SECURITY_GROUPS_COMMON"|"SECURITY_GROUPS_CONTENT_AUDIT"|"SECURITY_GROUPS_USAGE_AUDIT"|"NETWORK_FIREWALL"|"DNS_FIREWALL"|"THIRD_PARTY_FIREWALL"|"IMPORT_NETWORK_FIREWALL"|"NETWORK_ACL_COMMON",
RemediationEnabled = TRUE|FALSE,
DeleteUnusedFMManagedResources = TRUE|FALSE,
PolicyStatus = "ACTIVE"|"OUT_OF_ADMIN_SCOPE"
)
),
NextToken = "string"
)