List Policies
| fms_list_policies | R Documentation |
Returns an array of PolicySummary objects¶
Description¶
Returns an array of PolicySummary objects.
Usage¶
Arguments¶
NextTokenIf you specify a value for
MaxResultsand you have morePolicySummaryobjects than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group ofPolicySummaryobjects. For the second and subsequentlist_policiesrequests, specify the value ofNextTokenfrom the previous response to get information about another batch ofPolicySummaryobjects.MaxResultsSpecifies the number of
PolicySummaryobjects that you want Firewall Manager to return for this request. If you have morePolicySummaryobjects than the number that you specify forMaxResults, the response includes aNextTokenvalue that you can use to get another batch ofPolicySummaryobjects.
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"
)