Get Data Source Result
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<DataSourceTag>? = null, val vpcConnectionProperties: DataSourceVpcConnectionProperties? = null)
Constructors
Link copied to clipboard
fun GetDataSourceResult(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<DataSourceTag>? = null, vpcConnectionProperties: DataSourceVpcConnectionProperties? = null)
Types
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
Link copied to clipboard