Skip to main content

subscriber_tags

Expands all tag keys and values for subscribers in a region

Overview

Namesubscriber_tags
TypeResource
DescriptionResource Type definition for AWS::SecurityLake::Subscriber
Idaws.securitylake.subscriber_tags

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.
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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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