Values.PushSyncSourceConfiguration options to be applied to the identity pool.
type nonrec t = {applicationArns : ApplicationArnList.t option;List of SNS platform application ARNs that could be used by clients.
*)roleArn : AssumeRoleArn.t option;A role configured to allow Cognito to call SNS on behalf of the developer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ApplicationArn.t ] list
| `String of AssumeRoleArn.t ])
list ]