data_lake_tags
Expands all tag keys and values for data_lakes
in a region
Overview
Name | data_lake_tags |
Type | Resource |
Description | Resource Type definition for AWS::SecurityLake::DataLake |
Id | aws.securitylake.data_lake_tags |
Fields
Name | Datatype | Description |
---|---|---|
encryption_configuration | object | Provides encryption details of Amazon Security Lake object. |
lifecycle_configuration | object | Provides lifecycle details of Amazon Security Lake object. |
replication_configuration | object | Provides replication details of Amazon Security Lake object. |
meta_store_manager_role_arn | string | The 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. |
arn | string | The Amazon Resource Name (ARN) created by you to provide to the subscriber. |
s3_bucket_arn | string | The ARN for the Amazon Security Lake Amazon S3 bucket. |
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 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