Learn R Programming

paws.analytics (version 0.1.11)

quicksight_delete_data_source: Deletes the data source permanently

Description

Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source.

Usage

quicksight_delete_data_source(AwsAccountId, DataSourceId)

Arguments

AwsAccountId

[required] The AWS account ID.

DataSourceId

[required] The ID of the data source. This ID is unique per AWS Region for each AWS account.

Value

A list with the following syntax:

list(
  Arn = "string",
  DataSourceId = "string",
  RequestId = "string",
  Status = 123
)

Request syntax

svc$delete_data_source(
  AwsAccountId = "string",
  DataSourceId = "string"
)