Retrieves a paginated list of metadata-only policy generation summaries within a policy engine without decrypting customer content
Source:R/bedrockagentcorecontrol_operations.R
bedrockagentcorecontrol_list_policy_generation_summaries.RdRetrieves a paginated list of metadata-only policy generation summaries within a policy engine without decrypting customer content. This lightweight read operation returns resource identifiers, status, timestamps, and findings for each policy generation, but does not include status reasons. Because this operation does not require access to the customer's KMS key, it is suitable for resource discovery, inventory, and integration scenarios where only metadata is needed.
See https://www.paws-r-sdk.com/docs/bedrockagentcorecontrol_list_policy_generation_summaries/ for full documentation.
Usage
bedrockagentcorecontrol_list_policy_generation_summaries(
nextToken = NULL,
maxResults = NULL,
policyEngineId
)Arguments
- nextToken
A pagination token returned from a previous
list_policy_generation_summariescall. Use this token to retrieve the next page of results when the response is paginated.- maxResults
The maximum number of policy generation summaries to return in a single response.
- policyEngineId
[required] The identifier of the policy engine whose policy generation summaries to retrieve.