ApplicationDataSource

data class ApplicationDataSource(val dataSourceArn: Any, val dataSourceDescription: String? = null)

Datasource arn and description

Constructors

Link copied to clipboard
constructor(dataSourceArn: Any, dataSourceDescription: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the data source.

Link copied to clipboard

Description of the data source.