get_datalake_auto_enable
()¶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.
See also: AWS API Documentation
Request Syntax
response = client.get_datalake_auto_enable()
{
'autoEnableNewAccounts': [
{
'region': 'us-east-1'|'us-west-2'|'eu-central-1'|'us-east-2'|'eu-west-1'|'ap-northeast-1'|'ap-southeast-2',
'sources': [
'ROUTE53'|'VPC_FLOW'|'CLOUD_TRAIL'|'SH_FINDINGS',
]
},
]
}
Response Structure
The configuration for new accounts.
Automatically enable new organization accounts as member accounts from an Amazon Security Lake administrator account.
The Amazon Web Services Regions where Security Lake is automatically enabled.
The Amazon Web Services sources that are automatically enabled in Security Lake.
Exceptions
SecurityLake.Client.exceptions.InternalServerException
SecurityLake.Client.exceptions.ValidationException
SecurityLake.Client.exceptions.AccessDeniedException
SecurityLake.Client.exceptions.AccountNotFoundException