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

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



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

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