Class: Aws::SecurityLake::Types::SubscriberResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::SubscriberResource
- 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
-
#access_types ⇒ Array<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.
-
#created_at ⇒ Time
The date and time when the subscriber was created.
-
#resource_share_arn ⇒ String
The Amazon Resource Name (ARN) which uniquely defines the Amazon Web Services RAM resource share.
-
#resource_share_name ⇒ String
The name of the resource share.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) specifying the role of the subscriber.
-
#s3_bucket_arn ⇒ String
The ARN for the Amazon S3 bucket.
-
#sources ⇒ Array<Types::LogSourceResource>
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services services.
-
#subscriber_arn ⇒ String
The subscriber ARN of the Amazon Security Lake subscriber account.
-
#subscriber_description ⇒ String
The subscriber descriptions for a subscriber account.
-
#subscriber_endpoint ⇒ String
The subscriber endpoint to which exception messages are posted.
-
#subscriber_id ⇒ String
The subscriber ID of the Amazon Security Lake subscriber account.
-
#subscriber_identity ⇒ Types::AwsIdentity
The Amazon Web Services identity used to access your data.
-
#subscriber_name ⇒ String
The name of your Amazon Security Lake subscriber account.
-
#subscriber_status ⇒ String
The subscriber status of the Amazon Security Lake subscriber account.
-
#updated_at ⇒ Time
The date and time when the subscriber was last updated.
Instance Attribute Details
#access_types ⇒ Array<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`.
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_at ⇒ Time
The date and time when the subscriber was created.
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_arn ⇒ String
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.
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_name ⇒ String
The name of the resource share.
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_arn ⇒ String
The Amazon Resource Name (ARN) specifying the role of the subscriber.
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_arn ⇒ String
The ARN for the Amazon S3 bucket.
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 |
#sources ⇒ Array<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
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_arn ⇒ String
The subscriber ARN of the Amazon Security Lake subscriber account.
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_description ⇒ String
The subscriber descriptions for a subscriber account. The description for a subscriber includes ‘subscriberName`, `accountID`, `externalID`, and `subscriberId`.
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_endpoint ⇒ String
The subscriber endpoint to which exception messages are posted.
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_id ⇒ String
The subscriber ID of the Amazon Security Lake subscriber account.
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_identity ⇒ Types::AwsIdentity
The Amazon Web Services identity used to access your data.
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_name ⇒ String
The name of your Amazon Security Lake subscriber account.
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_status ⇒ String
The subscriber status of the Amazon Security Lake subscriber account.
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_at ⇒ Time
The date and time when the subscriber was last updated.
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 |