SecurityLake / Client / delete_data_lake_organization_configuration

delete_data_lake_organization_configuration#

SecurityLake.Client.delete_data_lake_organization_configuration(**kwargs)#

Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated Security Lake administrator for an organization can perform this operation. If the delegated Security Lake administrator performs this operation, new member accounts won’t automatically contribute data to the data lake.

See also: AWS API Documentation

Request Syntax

response = client.delete_data_lake_organization_configuration(
    autoEnableNewAccount=[
        {
            'region': 'string',
            'sources': [
                {
                    'sourceName': 'ROUTE53'|'VPC_FLOW'|'SH_FINDINGS'|'CLOUD_TRAIL_MGMT'|'LAMBDA_EXECUTION'|'S3_DATA'|'EKS_AUDIT'|'WAF',
                    'sourceVersion': 'string'
                },
            ]
        },
    ]
)
Parameters:

autoEnableNewAccount (list) –

Turns off automatic enablement of Security Lake for member accounts that are added to an organization.

  • (dict) –

    Automatically enable new organization accounts as member accounts from an Amazon Security Lake administrator account.

    • region (string) – [REQUIRED]

      The Amazon Web Services Regions where Security Lake is automatically enabled.

    • sources (list) – [REQUIRED]

      The Amazon Web Services sources that are automatically enabled in Security Lake.

      • (dict) –

        Amazon Security Lake can collect logs and events from natively-supported Amazon Web Services services.

        • sourceName (string) –

          The name for a Amazon Web Services source. This must be a Regionally unique value.

        • sourceVersion (string) –

          The version for a Amazon Web Services source. This must be a Regionally unique value.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions