resources
Creates, updates, deletes, gets or lists a resources resource.
Overview
| Name | resources |
| Type | Resource |
| Id | aws.macie2.resources |
Fields
The following fields are returned by SELECT queries:
- search_resources
| Name | Datatype | Description |
|---|---|---|
matching_bucket | object | The details of an S3 bucket that Amazon Macie monitors and analyzes for your account. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
search_resources | select | region | Retrieves (queries) statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes for an account. |
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
- search_resources
Retrieves (queries) statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes for an account.
SELECT
matching_bucket
FROM aws.macie2.resources
WHERE region = '{{ region }}' -- required
;