Skip to main content

resources

Creates, updates, deletes, gets or lists a resources resource.

Overview

Nameresources
TypeResource
Idaws.macie2.resources

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
matching_bucketobjectThe details of an S3 bucket that Amazon Macie monitors and analyzes for your account.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
search_resourcesselectregionRetrieves (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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;