Values.IngestionDestinationSourceContains information about an ingestion destination.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) of the ingestion destination.
*)ingestionArn : Arn.t option;The Amazon Resource Name (ARN) of the ingestion.
*)processingConfiguration : ProcessingConfiguration.t option;Contains information about how ingested data is processed.
*)destinationConfiguration : DestinationConfiguration.t option;Contains information about the destination of ingested data.
*)status : IngestionDestinationStatus.t option;The state of the ingestion destination. The following states are possible: Active: The ingestion destination is active and is ready to be used. Failed: The ingestion destination has failed. If the ingestion destination is in this state, you should verify the ingestion destination configuration and try again.
*)statusReason : String_.t option;The reason for the current status of the ingestion destination. Only present when the status of ingestion destination is Failed.
*)createdAt : DateTime.t option;The timestamp of when the ingestion destination was created.
*)updatedAt : DateTime.t option;The timestamp of when the ingestion destination was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Arn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of String63.t ]) list ])
list ])
list ])
list
| `Timestamp of DateTime.t ])
list ]