DataSourceArgs

data class DataSourceArgs(val alternateDataSourceParameters: Output<List<DataSourceParametersArgs>>? = null, val awsAccountId: Output<String>? = null, val credentials: Output<DataSourceCredentialsArgs>? = null, val dataSourceId: Output<String>? = null, val dataSourceParameters: Output<DataSourceParametersArgs>? = null, val errorInfo: Output<DataSourceErrorInfoArgs>? = null, val folderArns: Output<List<String>>? = null, val name: Output<String>? = null, val permissions: Output<List<DataSourceResourcePermissionArgs>>? = null, val sslProperties: Output<DataSourceSslPropertiesArgs>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<DataSourceType>? = null, val vpcConnectionProperties: Output<DataSourceVpcConnectionPropertiesArgs>? = null) : ConvertibleToJava<DataSourceArgs>

Definition of the AWS::QuickSight::DataSource Resource Type.

Constructors

Link copied to clipboard
constructor(alternateDataSourceParameters: Output<List<DataSourceParametersArgs>>? = null, awsAccountId: Output<String>? = null, credentials: Output<DataSourceCredentialsArgs>? = null, dataSourceId: Output<String>? = null, dataSourceParameters: Output<DataSourceParametersArgs>? = null, errorInfo: Output<DataSourceErrorInfoArgs>? = null, folderArns: Output<List<String>>? = null, name: Output<String>? = null, permissions: Output<List<DataSourceResourcePermissionArgs>>? = null, sslProperties: Output<DataSourceSslPropertiesArgs>? = null, tags: Output<List<TagArgs>>? = null, type: Output<DataSourceType>? = null, vpcConnectionProperties: Output<DataSourceVpcConnectionPropertiesArgs>? = null)

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 awsAccountId: Output<String>? = null

The AWS 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
val dataSourceId: Output<String>? = null

An ID for the data source. This ID is unique per AWS Region for each AWS account.

Link copied to clipboard

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

Link copied to clipboard
val errorInfo: Output<DataSourceErrorInfoArgs>? = null

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

Link copied to clipboard
val folderArns: Output<List<String>>? = null
Link copied to clipboard
val name: Output<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
val tags: Output<List<TagArgs>>? = null

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

Link copied to clipboard
val type: Output<DataSourceType>? = null

The type of the data source. To return a list of all data sources, use ListDataSources . Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.

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
open override fun toJava(): DataSourceArgs