Class: Aws::SecurityLake::Types::DataLakeAutoEnableNewAccountConfiguration

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#regionString

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

Returns:

  • (String)


594
595
596
597
598
599
# File 'lib/aws-sdk-securitylake/types.rb', line 594

class DataLakeAutoEnableNewAccountConfiguration < Struct.new(
  :region,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::AwsLogSourceResource>

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

Returns:



594
595
596
597
598
599
# File 'lib/aws-sdk-securitylake/types.rb', line 594

class DataLakeAutoEnableNewAccountConfiguration < Struct.new(
  :region,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end