View source: R/bedrockagentcorecontrol_operations.R
| bedrockagentcorecontrol_list_policy_engine_summaries | R Documentation |
Retrieves a paginated list of metadata-only policy engine summaries without decrypting customer content. This lightweight read operation returns resource identifiers, status, and timestamps for each policy engine, but does not include descriptions or 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_engine_summaries/ for full documentation.
bedrockagentcorecontrol_list_policy_engine_summaries(
nextToken = NULL,
maxResults = NULL
)
nextToken |
A pagination token returned from a previous |
maxResults |
The maximum number of policy engine summaries to return in a single response. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.