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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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)


589
590
591
592
593
594
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 589

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:



589
590
591
592
593
594
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 589

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