Values.SubscriberResourceSourceProvides 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.
type nonrec t = {accessTypes : AccessTypeList.t option;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.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time when the subscriber was created.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) specifying the role of the subscriber.
*)s3BucketArn : S3BucketArn.t option;The ARN for the Amazon S3 bucket.
*)sources : LogSourceResourceList.t option;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.
*)subscriberArn : AmazonResourceName.t option;The subscriber ARN of the Amazon Security Lake subscriber account.
*)subscriberDescription : SafeString.t option;The subscriber descriptions for a subscriber account. The description for a subscriber includes subscriberName, accountID, externalID, and subscriberId.
*)subscriberEndpoint : SafeString.t option;The subscriber endpoint to which exception messages are posted.
*)subscriberId : UUID.t option;The subscriber ID of the Amazon Security Lake subscriber account.
*)subscriberIdentity : AwsIdentity.t option;The Amazon Web Services identity used to access your data.
*)subscriberName : SafeString.t option;The name of your Amazon Security Lake subscriber account.
*)subscriberStatus : SubscriberStatus.t option;The subscriber status of the Amazon Security Lake subscriber account.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time when the subscriber was last updated.
*)}val make :
?accessTypes:??? ->
?createdAt:??? ->
?resourceShareArn:??? ->
?resourceShareName:??? ->
?roleArn:??? ->
?s3BucketArn:??? ->
?sources:??? ->
?subscriberArn:??? ->
?subscriberDescription:??? ->
?subscriberEndpoint:??? ->
?subscriberId:??? ->
?subscriberIdentity:??? ->
?subscriberName:??? ->
?subscriberStatus:??? ->
?updatedAt:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of AwsLogSourceVersion.t
| `Structure of
(string * [> `String of AmazonResourceName.t ]) list ])
list ])
list ]
list
| `String of ResourceShareArn.t
| `Structure of (string * [> `String of ExternalId.t ]) list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]