Class: Aws::SecurityLake::Types::SubscriberResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::SubscriberResource
- Defined in:
- gems/aws-sdk-securitylake/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
.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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
.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1654 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 |