Values_1.CreateTopicRefreshScheduleRequestSourceCreates a topic refresh schedule.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
*)topicId : TopicId.t;The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)datasetArn : Values_0.Arn.t;The Amazon Resource Name (ARN) of the dataset.
*)datasetName : Values_0.String_.t option;The name of the dataset.
*)refreshSchedule : TopicRefreshSchedule.t;The definition of a refresh schedule.
*)}val make :
?datasetName:??? ->
awsAccountId:AwsAccountId.t ->
topicId:TopicId.t ->
datasetArn:Values_0.Arn.t ->
refreshSchedule:TopicRefreshSchedule.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AwsAccountId.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `String of Values_0.LimitedString.t
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]