View source: R/quicksight_operations.R
quicksight_create_data_source | R Documentation |
Creates a data source.
See https://www.paws-r-sdk.com/docs/quicksight_create_data_source/ for full documentation.
quicksight_create_data_source(
AwsAccountId,
DataSourceId,
Name,
Type,
DataSourceParameters = NULL,
Credentials = NULL,
Permissions = NULL,
VpcConnectionProperties = NULL,
SslProperties = NULL,
Tags = NULL,
FolderArns = NULL
)
AwsAccountId |
[required] The Amazon Web Services account ID. |
DataSourceId |
[required] An ID for 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. |
Type |
[required] The type of the data source. To return a list of all data sources, use
Use |
DataSourceParameters |
The parameters that Amazon QuickSight uses to connect to your underlying source. |
Credentials |
The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported. |
Permissions |
A list of resource permissions on the data source. |
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. |
Tags |
Contains a map of the key-value pairs for the resource tag or tags assigned to the data source. |
FolderArns |
When you create the data source, Amazon QuickSight adds the data source to these folders. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.