GetDataSourcePlainArgs

data class GetDataSourcePlainArgs(val awsAccountId: String, val dataSourceId: String) : ConvertibleToJava<GetDataSourcePlainArgs>

Constructors

Link copied to clipboard
constructor(awsAccountId: String, dataSourceId: String)

Properties

Link copied to clipboard

The AWS account ID.

Link copied to clipboard

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

Functions

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