GetDataSourcePlainArgs

data class GetDataSourcePlainArgs(val domainId: String, val id: String) : ConvertibleToJava<GetDataSourcePlainArgs>

Constructors

Link copied to clipboard
constructor(domainId: String, id: String)

Properties

Link copied to clipboard

The ID of the Amazon DataZone domain where the data source is created.

Link copied to clipboard
val id: String

The unique identifier of the data source.

Functions

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