Values_0.AdditionalModelDataSourceSourceData sources that are available to your model in addition to the one that you specify for ModelDataSource when you use the CreateModel action.
type nonrec t = {channelName : AdditionalModelChannelName.t;A custom name for this AdditionalModelDataSource object.
*)s3DataSource : S3ModelDataSource.t;}val make :
channelName:AdditionalModelChannelName.t ->
s3DataSource:S3ModelDataSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AdditionalModelChannelName.t
| `Structure of
(string
* [> `Enum of string
| `String of S3ModelUri.t
| `Structure of
(string
* [> `Boolean of AcceptEula.t | `String of HubContentArn.t ])
list ])
list ])
list ]