GetDataSourceResult

data class GetDataSourceResult(val alternateDataSourceParameters: List<DataSourceParameters>? = null, val arn: String? = null, val createdTime: String? = null, val dataSourceParameters: DataSourceParameters? = null, val errorInfo: DataSourceErrorInfo? = null, val lastUpdatedTime: String? = null, val name: String? = null, val permissions: List<DataSourceResourcePermission>? = null, val sslProperties: DataSourceSslProperties? = null, val status: DataSourceResourceStatus? = null, val tags: List<Tag>? = null, val vpcConnectionProperties: DataSourceVpcConnectionProperties? = null)

Constructors

Link copied to clipboard
constructor(alternateDataSourceParameters: List<DataSourceParameters>? = null, arn: String? = null, createdTime: String? = null, dataSourceParameters: DataSourceParameters? = null, errorInfo: DataSourceErrorInfo? = null, lastUpdatedTime: String? = null, name: String? = null, permissions: List<DataSourceResourcePermission>? = null, sslProperties: DataSourceSslProperties? = null, status: DataSourceResourceStatus? = null, tags: List<Tag>? = null, vpcConnectionProperties: DataSourceVpcConnectionProperties? = null)

Types

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? = null

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

Link copied to clipboard
val createdTime: String? = null

The time that this data source was created.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val lastUpdatedTime: String? = null

The last time that this data source was updated.

Link copied to clipboard
val name: String? = null

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

The HTTP status of the request.

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

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

Link copied to clipboard

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