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¶
NextToken
The NextToken value that's returned from a previous paginated
list_configuration_policies
request whereMaxResults
was used but the results exceeded the value of that parameter. Pagination continues from theMaxResults
was used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned theNextToken
value. This value isnull
when there are no more results to return.MaxResults
The maximum number of results that's returned by
list_configuration_policies
in each page of the response. When this parameter is used,list_configuration_policies
returns the specified number of results in a single page and aNextToken
response element. You can see the remaining results of the initial request by sending anotherlist_configuration_policies
request with the returnedNextToken
value. A valid range forMaxResults
is 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"
)