Class: Aws::SecurityLake::Types::CreateDataLakeOrganizationConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_new_accountArray<Types::DataLakeAutoEnableNewAccountConfiguration>

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



322
323
324
325
326
# File 'lib/aws-sdk-securitylake/types.rb', line 322

class CreateDataLakeOrganizationConfigurationRequest < Struct.new(
  :auto_enable_new_account)
  SENSITIVE = []
  include Aws::Structure
end