aws.securitylake.get_data_lake_sources
Example SQL Queries
SELECT * FROMaws.securitylake.get_data_lake_sources;Description
Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.
Table Definition
| Column Name | Column Data Type |
|---|---|
| accounts Input Column The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region, including enabled accounts and log sources, is retrieved. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| data_lake_arn The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see the Amazon Security Lake User Guide. | VARCHAR |
| data_lake_sources The list of enabled accounts and enabled sources. | STRUCT( |
Show child fields
| |