DataSource

The structure of a data source.

Types

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

Properties

Link copied to clipboard

A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the data source.

Link copied to clipboard

The time that this data source was created.

Link copied to clipboard

The ID of 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. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

Link copied to clipboard

Error information from the last update or the creation of the data source.

Link copied to clipboard

The last time that this data source was updated.

Link copied to clipboard
val name: String?

A display name for the data source.

Link copied to clipboard

The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.

Link copied to clipboard

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

Link copied to clipboard

The HTTP status of the request.

Link copied to clipboard

The type of the data source. This type indicates which database engine the data source connects to.

Link copied to clipboard

The VPC connection information. You need to 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
inline fun copy(block: DataSource.Builder.() -> Unit = {}): DataSource
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