Values.AddDataSourceRequestSourceContainer for the parameters to the AddDataSource operation.
type nonrec t = {domainName : DomainName.t;The name of the domain to add the data source to.
*)name : DataSourceName.t;A name for the data source.
*)dataSourceType : DataSourceType.t;The type of data source.
*)description : DataSourceDescription.t option;A description of the data source.
*)}val make :
?description:??? ->
domainName:DomainName.t ->
name:DataSourceName.t ->
dataSourceType:DataSourceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainName.t
| `Structure of
(string
* [> `Structure of (string * [> `String of RoleArn.t ]) list ])
list ])
list ]