Class: Aws::SecurityLake::Types::DataLakeAutoEnableNewAccountConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DataLakeAutoEnableNewAccountConfiguration
- 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
-
#region ⇒ String
The Amazon Web Services Regions where Security Lake is automatically enabled.
-
#sources ⇒ Array<Types::AwsLogSourceResource>
The Amazon Web Services sources that are automatically enabled in Security Lake.
Instance Attribute Details
#region ⇒ String
The Amazon Web Services Regions where Security Lake is automatically enabled.
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 |
#sources ⇒ Array<Types::AwsLogSourceResource>
The Amazon Web Services sources that are automatically enabled in Security Lake.
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 |