Skip to main content

subscribers_list_only

Lists subscribers in a region or regions, for all properties use subscribers

Overview

Namesubscribers_list_only
TypeResource
DescriptionResource Type definition for AWS::SecurityLake::Subscriber
Idaws.securitylake.subscribers_list_only

Fields

NameDatatypeDescription
access_typesarrayThe Amazon S3 or AWS Lake Formation access type.
data_lake_arnstringThe ARN for the data lake.
subscriber_identityobjectThe AWS identity used to access your data.
subscriber_namestringThe name of your Security Lake subscriber account.
subscriber_descriptionstringThe description for your subscriber account in Security Lake.
tagsarrayAn array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
sourcesarrayThe supported AWS services from which logs and events are collected.
resource_share_arnstring
resource_share_namestring
subscriber_role_arnstring
s3_bucket_arnstring
subscriber_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all subscribers in a region.

SELECT
region,
subscriber_arn
FROM aws.securitylake.subscribers_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the subscribers_list_only resource, see subscribers