Skip to main content

data_lake_tags

Expands all tag keys and values for data_lakes in a region

Overview

Namedata_lake_tags
TypeResource
DescriptionResource Type definition for AWS::SecurityLake::DataLake
Idaws.securitylake.data_lake_tags

Fields

NameDatatypeDescription
encryption_configurationobjectProvides encryption details of Amazon Security Lake object.
lifecycle_configurationobjectProvides lifecycle details of Amazon Security Lake object.
replication_configurationobjectProvides replication details of Amazon Security Lake object.
meta_store_manager_role_arnstringThe Amazon Resource Name (ARN) used to index AWS Glue table partitions that are generated by the ingestion and normalization of AWS log sources and custom sources.
arnstringThe Amazon Resource Name (ARN) created by you to provide to the subscriber.
s3_bucket_arnstringThe ARN for the Amazon Security Lake Amazon S3 bucket.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all data_lakes in a region.

SELECT
region,
encryption_configuration,
lifecycle_configuration,
replication_configuration,
meta_store_manager_role_arn,
arn,
s3_bucket_arn,
tag_key,
tag_value
FROM aws.securitylake.data_lake_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the data_lake_tags resource, see data_lakes