Get Data Lake Organization Configuration
securitylake_get_data_lake_organization_configuration | R Documentation |
Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake¶
Description¶
Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake. This API does not take input parameters.
Usage¶
Value¶
A list with the following syntax:
list(
autoEnableNewAccount = list(
list(
region = "string",
sources = list(
list(
sourceName = "ROUTE53"|"VPC_FLOW"|"SH_FINDINGS"|"CLOUD_TRAIL_MGMT"|"LAMBDA_EXECUTION"|"S3_DATA"|"EKS_AUDIT"|"WAF",
sourceVersion = "string"
)
)
)
)
)