fms_list_policies: Returns an array of PolicySummary objects

View source: R/fms_operations.R

fms_list_policiesR Documentation

Returns an array of PolicySummary objects

Description

Returns an array of PolicySummary objects.

See https://www.paws-r-sdk.com/docs/fms_list_policies/ for full documentation.

Usage

fms_list_policies(NextToken = NULL, MaxResults = NULL)

Arguments

NextToken

If you specify a value for MaxResults and you have more PolicySummary objects than the number that you specify for MaxResults, Firewall Manager returns a NextToken value in the response that allows you to list another group of PolicySummary objects. For the second and subsequent list_policies requests, specify the value of NextToken from the previous response to get information about another batch of PolicySummary objects.

MaxResults

Specifies the number of PolicySummary objects that you want Firewall Manager to return for this request. If you have more PolicySummary objects than the number that you specify for MaxResults, the response includes a NextToken value that you can use to get another batch of PolicySummary objects.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.