Skip to main content

membership_datasources

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

Overview

Namemembership_datasources
TypeResource
Idaws.detective.membership_datasources

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
membership_datasourcesarrayDetails on the data source package history for an member of the behavior graph.
unprocessed_graphsarrayGraphs that data source package information could not be retrieved for.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
batch_get_membership_datasourcesselectregionGets information on the data source package history 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

Gets information on the data source package history for an account.

SELECT
membership_datasources,
unprocessed_graphs
FROM aws.detective.membership_datasources
WHERE region = '{{ region }}' -- required
;