List Configuration Policies
| securityhub_list_configuration_policies | R Documentation |
Lists the configuration policies that the Security Hub delegated administrator has created for your organization¶
Description¶
Lists the configuration policies that the Security Hub delegated administrator has created for your organization. Only the delegated administrator can invoke this operation from the home Region.
Usage¶
Arguments¶
NextTokenThe NextToken value that's returned from a previous paginated
list_configuration_policiesrequest whereMaxResultswas used but the results exceeded the value of that parameter. Pagination continues from theMaxResultswas used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned theNextTokenvalue. This value isnullwhen there are no more results to return.MaxResultsThe maximum number of results that's returned by
list_configuration_policiesin each page of the response. When this parameter is used,list_configuration_policiesreturns the specified number of results in a single page and aNextTokenresponse element. You can see the remaining results of the initial request by sending anotherlist_configuration_policiesrequest with the returnedNextTokenvalue. A valid range forMaxResultsis between 1 and 100.
Value¶
A list with the following syntax:
list(
ConfigurationPolicySummaries = list(
list(
Arn = "string",
Id = "string",
Name = "string",
Description = "string",
UpdatedAt = as.POSIXct(
"2015-01-01"
),
ServiceEnabled = TRUE|FALSE
)
),
NextToken = "string"
)