subscribers_list_only
Lists subscribers
in a region or regions, for all properties use subscribers
Overview
Name | subscribers_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SecurityLake::Subscriber |
Id | aws.securitylake.subscribers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
access_types | array | The Amazon S3 or AWS Lake Formation access type. |
data_lake_arn | string | The ARN for the data lake. |
subscriber_identity | object | The AWS identity used to access your data. |
subscriber_name | string | The name of your Security Lake subscriber account. |
subscriber_description | string | The description for your subscriber account in Security Lake. |
tags | array | An 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. |
sources | array | The supported AWS services from which logs and events are collected. |
resource_share_arn | string | |
resource_share_name | string | |
subscriber_role_arn | string | |
s3_bucket_arn | string | |
subscriber_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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