GetDataSetPlainArgs

data class GetDataSetPlainArgs(val awsAccountId: String? = null, val columnLevelPermissionRules: List<GetDataSetColumnLevelPermissionRule>? = null, val dataSetId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDataSetPlainArgs>

A collection of arguments for invoking getDataSet.

Constructors

Link copied to clipboard
constructor(awsAccountId: String? = null, columnLevelPermissionRules: List<GetDataSetColumnLevelPermissionRule>? = null, dataSetId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val awsAccountId: String? = null

AWS account ID.

Link copied to clipboard

Identifier for the data set. The following arguments are optional:

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

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