Class: Aws::SecurityLake::Types::CreateAwsLogSourceRequest

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

#sourcesArray<Types::AwsLogSourceConfiguration>

Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.



159
160
161
162
163
# File 'lib/aws-sdk-securitylake/types.rb', line 159

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