Skip to content

Delete Topic Refresh Schedule

quicksight_delete_topic_refresh_schedule R Documentation

Deletes a topic refresh schedule

Description

Deletes a topic refresh schedule.

Usage

quicksight_delete_topic_refresh_schedule(AwsAccountId, TopicId,
  DatasetId)

Arguments

AwsAccountId

[required] The Amazon Web Services account ID.

TopicId

[required] 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.

DatasetId

[required] The ID of the dataset.

Value

A list with the following syntax:

list(
  TopicId = "string",
  TopicArn = "string",
  DatasetArn = "string",
  Status = 123,
  RequestId = "string"
)

Request syntax

svc$delete_topic_refresh_schedule(
  AwsAccountId = "string",
  TopicId = "string",
  DatasetId = "string"
)