quicksight_update_data_source: Updates a data source

View source: R/quicksight_operations.R

quicksight_update_data_sourceR Documentation

Updates a data source

Description

Updates a data source.

See https://www.paws-r-sdk.com/docs/quicksight_update_data_source/ for full documentation.

Usage

quicksight_update_data_source(
  AwsAccountId,
  DataSourceId,
  Name,
  DataSourceParameters = NULL,
  Credentials = NULL,
  VpcConnectionProperties = NULL,
  SslProperties = NULL
)

Arguments

AwsAccountId

[required] The Amazon Web Services account ID.

DataSourceId

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

Name

[required] A display name for the data source.

DataSourceParameters

The parameters that Amazon QuickSight uses to connect to your underlying source.

Credentials

The credentials that Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.

VpcConnectionProperties

Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.

SslProperties

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.