Class: Aws::SecurityLake::Types::CreateSubscriberRequest

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

#access_typesArray<String>

The Amazon S3 or Lake Formation access type.

Returns:

  • (Array<String>)


427
428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 427

class CreateSubscriberRequest < Struct.new(
  :access_types,
  :sources,
  :subscriber_description,
  :subscriber_identity,
  :subscriber_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::LogSourceResource>

The supported Amazon Web Services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services.

Returns:



427
428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 427

class CreateSubscriberRequest < Struct.new(
  :access_types,
  :sources,
  :subscriber_description,
  :subscriber_identity,
  :subscriber_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_descriptionString

The description for your subscriber account in Security Lake.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 427

class CreateSubscriberRequest < Struct.new(
  :access_types,
  :sources,
  :subscriber_description,
  :subscriber_identity,
  :subscriber_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_identityTypes::AwsIdentity

The AWS identity used to access your data.

Returns:



427
428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 427

class CreateSubscriberRequest < Struct.new(
  :access_types,
  :sources,
  :subscriber_description,
  :subscriber_identity,
  :subscriber_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_nameString

The name of your Security Lake subscriber account.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 427

class CreateSubscriberRequest < Struct.new(
  :access_types,
  :sources,
  :subscriber_description,
  :subscriber_identity,
  :subscriber_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.

Returns:



427
428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 427

class CreateSubscriberRequest < Struct.new(
  :access_types,
  :sources,
  :subscriber_description,
  :subscriber_identity,
  :subscriber_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end