Get Services In Scope
auditmanager_get_services_in_scope | R Documentation |
Gets a list of the Amazon Web Services from which Audit Manager can collect evidence¶
Description¶
Gets a list of the Amazon Web Services from which Audit Manager can collect evidence.
Audit Manager defines which Amazon Web Services are in scope for an assessment. Audit Manager infers this scope by examining the assessment’s controls and their data sources, and then mapping this information to one or more of the corresponding Amazon Web Services that are in this list.
For information about why it's no longer possible to specify services in scope manually, see I can't edit the services in scope for my assessment in the Troubleshooting section of the Audit Manager user guide.
Usage¶
Value¶
A list with the following syntax:
list(
serviceMetadata = list(
list(
name = "string",
displayName = "string",
description = "string",
category = "string"
)
)
)