Class: Aws::SecurityLake::Types::AwsLogSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::AwsLogSourceConfiguration
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
To add a natively-supported Amazon Web Services service as a log source, use these parameters to specify the configuration settings for the log source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<String>
Specify the Amazon Web Services account information where you want to enable Security Lake.
-
#regions ⇒ Array<String>
Specify the Regions where you want to enable Security Lake.
-
#source_name ⇒ String
The name for a Amazon Web Services source.
-
#source_version ⇒ String
The version for a Amazon Web Services source.
Instance Attribute Details
#accounts ⇒ Array<String>
Specify the Amazon Web Services account information where you want to enable Security Lake.
80 81 82 83 84 85 86 87 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 80 class AwsLogSourceConfiguration < Struct.new( :accounts, :regions, :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
Specify the Regions where you want to enable Security Lake.
80 81 82 83 84 85 86 87 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 80 class AwsLogSourceConfiguration < Struct.new( :accounts, :regions, :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |
#source_name ⇒ String
The name for a Amazon Web Services source.
80 81 82 83 84 85 86 87 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 80 class AwsLogSourceConfiguration < Struct.new( :accounts, :regions, :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |
#source_version ⇒ String
The version for a Amazon Web Services source.
80 81 82 83 84 85 86 87 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 80 class AwsLogSourceConfiguration < Struct.new( :accounts, :regions, :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |