Skip to content

Create Data Lake Organization Configuration

securitylake_create_data_lake_organization_configuration R Documentation

Automatically enables Amazon Security Lake for new member accounts in your organization

Description

Automatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member accounts in your organization.

This operation merges the new data lake organization configuration with the existing configuration for Security Lake in your organization. If you want to create a new data lake organization configuration, you must delete the existing one using delete_data_lake_organization_configuration.

Usage

securitylake_create_data_lake_organization_configuration(
  autoEnableNewAccount)

Arguments

autoEnableNewAccount

Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.

Value

An empty list.

Request syntax

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