services_in_scopes
Creates, updates, deletes, gets or lists a services_in_scopes resource.
Overview
| Name | services_in_scopes |
| Type | Resource |
| Id | aws.auditmanager.services_in_scopes |
Fields
The following fields are returned by SELECT queries:
- get_services_in_scope
| Name | Datatype | Description |
|---|---|---|
service_metadata | array | The metadata that's associated with the Amazon Web Services service. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_services_in_scope | select | region | Gets a list of the Amazon Web Services services from which Audit Manager can collect evidence. Audit Manager defines which Amazon Web Services 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 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. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- get_services_in_scope
Gets a list of the Amazon Web Services services from which Audit Manager can collect evidence. Audit Manager defines which Amazon Web Services 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 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.
SELECT
service_metadata
FROM aws.auditmanager.services_in_scopes
WHERE region = '{{ region }}' -- required
;