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 name: Output<String>? = null, val permissions: Output<List<DataSourceResourcePermissionArgs>>? = null, val sslProperties: Output<DataSourceSslPropertiesArgs>? = null, val tags: Output<List<DataSourceTagArgs>>? = 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
fun DataSourceArgs(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, name: Output<String>? = null, permissions: Output<List<DataSourceResourcePermissionArgs>>? = null, sslProperties: Output<DataSourceSslPropertiesArgs>? = null, tags: Output<List<DataSourceTagArgs>>? = null, type: Output<DataSourceType>? = null, vpcConnectionProperties: Output<DataSourceVpcConnectionPropertiesArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DataSourceArgs

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
Link copied to clipboard
Link copied to clipboard
val dataSourceId: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val errorInfo: Output<DataSourceErrorInfoArgs>? = 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
Link copied to clipboard
val tags: Output<List<DataSourceTagArgs>>? = 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