ConfiguredTableArgs

data class ConfiguredTableArgs(val allowedColumns: Output<List<String>>? = null, val analysisMethod: Output<ConfiguredTableAnalysisMethod>? = null, val analysisRules: Output<List<ConfiguredTableAnalysisRuleArgs>>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tableReference: Output<ConfiguredTableTableReferenceArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConfiguredTableArgs>

Represents a table that can be associated with collaborations

Constructors

Link copied to clipboard
constructor(allowedColumns: Output<List<String>>? = null, analysisMethod: Output<ConfiguredTableAnalysisMethod>? = null, analysisRules: Output<List<ConfiguredTableAnalysisRuleArgs>>? = null, description: Output<String>? = null, name: Output<String>? = null, tableReference: Output<ConfiguredTableTableReferenceArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The columns within the underlying AWS Glue table that can be utilized within collaborations.

Link copied to clipboard

The analysis method for the configured table. The only valid value is currently DIRECT_QUERY.

Link copied to clipboard

The analysis rule that was created for the configured table.

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

A description for the configured table.

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

A name for the configured table.

Link copied to clipboard

The AWS Glue table that this configured table represents.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.

Functions

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