Module Values.SubscriberResourceSource

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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The date and time when the subscriber was created.

    *)
  3. resourceShareArn : ResourceShareArn.t option;
    (*

    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.

    *)
  4. resourceShareName : ResourceShareName.t option;
    (*

    The name of the resource share.

    *)
  5. roleArn : RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) specifying the role of the subscriber.

    *)
  6. s3BucketArn : S3BucketArn.t option;
    (*

    The ARN for the Amazon S3 bucket.

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

    *)
  8. subscriberArn : AmazonResourceName.t option;
    (*

    The subscriber ARN of the Amazon Security Lake subscriber account.

    *)
  9. subscriberDescription : SafeString.t option;
    (*

    The subscriber descriptions for a subscriber account. The description for a subscriber includes subscriberName, accountID, externalID, and subscriberId.

    *)
  10. subscriberEndpoint : SafeString.t option;
    (*

    The subscriber endpoint to which exception messages are posted.

    *)
  11. subscriberId : UUID.t option;
    (*

    The subscriber ID of the Amazon Security Lake subscriber account.

    *)
  12. subscriberIdentity : AwsIdentity.t option;
    (*

    The Amazon Web Services identity used to access your data.

    *)
  13. subscriberName : SafeString.t option;
    (*

    The name of your Amazon Security Lake subscriber account.

    *)
  14. subscriberStatus : SubscriberStatus.t option;
    (*

    The subscriber status of the Amazon Security Lake subscriber account.

    *)
  15. updatedAt : SyntheticTimestamp_date_time.t option;
    (*

    The date and time when the subscriber was last updated.

    *)
}
Sourceval make : ?accessTypes:??? -> ?createdAt:??? -> ?resourceShareArn:??? -> ?resourceShareName:??? -> ?roleArn:??? -> ?s3BucketArn:??? -> ?sources:??? -> ?subscriberArn:??? -> ?subscriberDescription:??? -> ?subscriberEndpoint:??? -> ?subscriberId:??? -> ?subscriberIdentity:??? -> ?subscriberName:??? -> ?subscriberStatus:??? -> ?updatedAt:??? -> unit -> t
Sourceval 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 ]
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