Class: Aws::SecurityLake::Types::SubscriberResource

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Provides details about the Amazon Security Lake account subscription. Subscribers are notified of new objects for a source as the data is written to your Amazon S3 bucket for Security Lake.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_typesArray<String>

You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber.

Subscribers can consume data by directly querying Lake Formation tables in your Amazon S3 bucket through services like Amazon Athena. This subscription type is defined as ‘LAKEFORMATION`.

Returns:

  • (Array<String>)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when the subscriber was created.

Returns:

  • (Time)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_share_arnString

The Amazon Resource Name (ARN) which uniquely defines the Amazon Web Services RAM resource share. Before accepting the RAM resource share invitation, you can view details related to the RAM resource share.

This field is available only for Lake Formation subscribers created after March 8, 2023.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_share_nameString

The name of the resource share.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) specifying the role of the subscriber.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_arnString

The ARN for the Amazon S3 bucket.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::LogSourceResource>

Amazon Security Lake supports log and event collection for natively supported Amazon Web Services services. For more information, see the [Amazon Security Lake User Guide].

[1]: docs.aws.amazon.com/security-lake/latest/userguide/source-management.html

Returns:



1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_arnString

The subscriber ARN of the Amazon Security Lake subscriber account.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_descriptionString

The subscriber descriptions for a subscriber account. The description for a subscriber includes ‘subscriberName`, `accountID`, `externalID`, and `subscriberId`.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_endpointString

The subscriber endpoint to which exception messages are posted.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_idString

The subscriber ID of the Amazon Security Lake subscriber account.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_identityTypes::AwsIdentity

The Amazon Web Services identity used to access your data.

Returns:



1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_nameString

The name of your Amazon Security Lake subscriber account.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#subscriber_statusString

The subscriber status of the Amazon Security Lake subscriber account.

Returns:

  • (String)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time when the subscriber was last updated.

Returns:

  • (Time)


1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/aws-sdk-securitylake/types.rb', line 1759

class SubscriberResource < Struct.new(
  :access_types,
  :created_at,
  :resource_share_arn,
  :resource_share_name,
  :role_arn,
  :s3_bucket_arn,
  :sources,
  :subscriber_arn,
  :subscriber_description,
  :subscriber_endpoint,
  :subscriber_id,
  :subscriber_identity,
  :subscriber_name,
  :subscriber_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end