data_lakes_list_only
Lists data_lakes
in a region or regions, for all properties use data_lakes
Overview
Name | data_lakes_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SecurityLake::DataLake |
Id | aws.securitylake.data_lakes_list_only |
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. |
tags | array | |
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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all data_lakes
in a region.
SELECT
region,
arn
FROM aws.securitylake.data_lakes_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_lakes_list_only
resource, see data_lakes