TopicDatasetMetadataArgs

data class TopicDatasetMetadataArgs(val calculatedFields: Output<List<TopicCalculatedFieldArgs>>? = null, val columns: Output<List<TopicColumnArgs>>? = null, val dataAggregation: Output<TopicDataAggregationArgs>? = null, val datasetArn: Output<String>, val datasetDescription: Output<String>? = null, val datasetName: Output<String>? = null, val filters: Output<List<TopicFilterArgs>>? = null, val namedEntities: Output<List<TopicNamedEntityArgs>>? = null) : ConvertibleToJava<TopicDatasetMetadataArgs>

Constructors

Link copied to clipboard
constructor(calculatedFields: Output<List<TopicCalculatedFieldArgs>>? = null, columns: Output<List<TopicColumnArgs>>? = null, dataAggregation: Output<TopicDataAggregationArgs>? = null, datasetArn: Output<String>, datasetDescription: Output<String>? = null, datasetName: Output<String>? = null, filters: Output<List<TopicFilterArgs>>? = null, namedEntities: Output<List<TopicNamedEntityArgs>>? = null)

Properties

Link copied to clipboard

The list of calculated field definitions.

Link copied to clipboard
val columns: Output<List<TopicColumnArgs>>? = null

The list of column definitions.

Link copied to clipboard

The definition of a data aggregation.

Link copied to clipboard
val datasetArn: Output<String>

The Amazon Resource Name (ARN) of the dataset.

Link copied to clipboard
val datasetDescription: Output<String>? = null

The description of the dataset.

Link copied to clipboard
val datasetName: Output<String>? = null

The name of the dataset.

Link copied to clipboard
val filters: Output<List<TopicFilterArgs>>? = null

The list of filter definitions.

Link copied to clipboard

The list of named entities definitions.

Functions

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