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¶
securityhub_list_configuration_policies(NextToken, MaxResults)
Arguments¶
NextToken |
The NextToken value that's returned from a previous paginated
|
MaxResults |
The maximum number of results that's returned by
|
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"
)
Request syntax¶
svc$list_configuration_policies(
NextToken = "string",
MaxResults = 123
)