AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The structure of a data source.

Inheritance Hierarchy

System.Object
  Amazon.QuickSight.Model.DataSource

Namespace: Amazon.QuickSight.Model
Assembly: AWSSDK.QuickSight.dll
Version: 3.x.y.z

Syntax

C#
public class DataSource

The DataSource type exposes the following members

Constructors

NameDescription
Public Method DataSource()

Properties

NameTypeDescription
Public Property AlternateDataSourceParameters System.Collections.Generic.List<Amazon.QuickSight.Model.DataSourceParameters>

Gets and sets the property AlternateDataSourceParameters.

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.

Public Property Arn System.String

Gets and sets the property Arn.

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

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The time that this data source was created.

Public Property DataSourceId System.String

Gets and sets the property DataSourceId.

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

Public Property DataSourceParameters Amazon.QuickSight.Model.DataSourceParameters

Gets and sets the property DataSourceParameters.

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.

Public Property ErrorInfo Amazon.QuickSight.Model.DataSourceErrorInfo

Gets and sets the property ErrorInfo.

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

Public Property LastUpdatedTime System.DateTime

Gets and sets the property LastUpdatedTime.

The last time that this data source was updated.

Public Property Name System.String

Gets and sets the property Name.

A display name for the data source.

Public Property SecretArn System.String

Gets and sets the property SecretArn.

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

Public Property SslProperties Amazon.QuickSight.Model.SslProperties

Gets and sets the property SslProperties.

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

Public Property Status Amazon.QuickSight.ResourceStatus

Gets and sets the property Status.

The HTTP status of the request.

Public Property Type Amazon.QuickSight.DataSourceType

Gets and sets the property Type.

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

Public Property VpcConnectionProperties Amazon.QuickSight.Model.VpcConnectionProperties

Gets and sets the property VpcConnectionProperties.

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5