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

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

#access_typesArray<String>

The Amazon S3 or Lake Formation access type.

Returns:

  • (Array<String>)


432
433
434
435
436
437
438
439
440
441
# File 'lib/aws-sdk-securitylake/types.rb', line 432

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 services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services services.

Returns:



432
433
434
435
436
437
438
439
440
441
# File 'lib/aws-sdk-securitylake/types.rb', line 432

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)


432
433
434
435
436
437
438
439
440
441
# File 'lib/aws-sdk-securitylake/types.rb', line 432

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

#subscriber_identityTypes::AwsIdentity

The Amazon Web Services identity used to access your data.

Returns:



432
433
434
435
436
437
438
439
440
441
# File 'lib/aws-sdk-securitylake/types.rb', line 432

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)


432
433
434
435
436
437
438
439
440
441
# File 'lib/aws-sdk-securitylake/types.rb', line 432

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:



432
433
434
435
436
437
438
439
440
441
# File 'lib/aws-sdk-securitylake/types.rb', line 432

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