CreateDataSourceRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services account ID.

Link copied to clipboard

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

Link copied to clipboard

An ID for the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Link copied to clipboard

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

Link copied to clipboard

When you create the data source, Amazon QuickSight adds the data source to these folders.

Link copied to clipboard
val name: String?

A display name for the data source.

Link copied to clipboard

A list of resource permissions on the data source.

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.

Link copied to clipboard

The type of the data source. To return a list of all data sources, use ListDataSources.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String