Module Values.CreateSubscriberRequestSource

Creates 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.

Sourcetype nonrec t = {
  1. accessTypes : AccessTypeList.t option;
    (*

    The Amazon S3 or Lake Formation access type.

    *)
  2. 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.

    *)
  3. subscriberDescription : DescriptionString.t option;
    (*

    The description for your subscriber account in Security Lake.

    *)
  4. subscriberIdentity : AwsIdentity.t;
    (*

    The Amazon Web Services identity used to access your data.

    *)
  5. subscriberName : CreateSubscriberRequestSubscriberNameString.t;
    (*

    The name of your Security Lake subscriber account.

    *)
  6. tags : TagList.t option;
    (*

    An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.

    *)
}
Sourceval context_ : string
Sourceval make : ?accessTypes:??? -> ?subscriberDescription:??? -> ?tags:??? -> sources:LogSourceResourceList.t -> subscriberIdentity:AwsIdentity.t -> subscriberName:CreateSubscriberRequestSubscriberNameString.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t