subscriber_tags
Expands all tag keys and values for subscribers
in a region
Overview
Name | subscriber_tags |
Type | Resource |
Description | Resource Type definition for AWS::SecurityLake::Subscriber |
Id | aws.securitylake.subscriber_tags |
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. |
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 | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all subscribers
in a region.
SELECT
region,
access_types,
data_lake_arn,
subscriber_identity,
subscriber_name,
subscriber_description,
sources,
resource_share_arn,
resource_share_name,
subscriber_role_arn,
s3_bucket_arn,
subscriber_arn,
tag_key,
tag_value
FROM aws.securitylake.subscriber_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the subscriber_tags
resource, see subscribers