Skip to content

Delete Data Lake Organization Configuration

securitylake_delete_data_lake_organization_configuration R Documentation

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

Description

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.

Usage

securitylake_delete_data_lake_organization_configuration(
  autoEnableNewAccount)

Arguments

autoEnableNewAccount

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

Value

An empty list.

Request syntax

svc$delete_data_lake_organization_configuration(
  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"
        )
      )
    )
  )
)