Values.AssociatedSourceSourceInformation about a source association in a resource share. Source associations control which sources can be used with service principals.
type nonrec t = {sourceId : String_.t option;The identifier of the source. This can be an account ID, Amazon Resource Name (ARN), organization ID, or organization path.
*)sourceType : String_.t option;The type of source.
*)status : String_.t option;The current status of the source association.
*)lastUpdatedTime : DateTime.t option;The date and time when the source association was last updated.
*)creationTime : DateTime.t option;The date and time when the source association was created.
*)statusMessage : String_.t option;A message about the status of the source association.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of DateTime.t ]) list ]