Values.CreateSubscriberRequestSourceCreates a subscriber for accounts that are already enabled in Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.
type nonrec t = {accessTypes : AccessTypeList.t option;The Amazon S3 or Lake Formation access type.
*)sources : LogSourceResourceList.t;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.
*)subscriberDescription : DescriptionString.t option;The description for your subscriber account in Security Lake.
*)subscriberIdentity : AwsIdentity.t;The Amazon Web Services identity used to access your data.
*)subscriberName : CreateSubscriberRequestSubscriberNameString.t;The name of your Security Lake subscriber account.
*)}val make :
?accessTypes:??? ->
?subscriberDescription:??? ->
?tags:??? ->
sources:LogSourceResourceList.t ->
subscriberIdentity:AwsIdentity.t ->
subscriberName:CreateSubscriberRequestSubscriberNameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of
(string
* [> `String of TagKey.t
| `Structure of
(string
* [> `Enum of string
| `String of AwsLogSourceVersion.t
| `Structure of
(string * [> `String of AmazonResourceName.t ]) list ])
list ])
list ]
list
| `String of DescriptionString.t
| `Structure of (string * [> `String of ExternalId.t ]) list ])
list ]