GetConfiguredTableAssociationResult

data class GetConfiguredTableAssociationResult(val arn: String? = null, val configuredTableAssociationAnalysisRules: List<ConfiguredTableAssociationAnalysisRule>? = null, val configuredTableAssociationIdentifier: String? = null, val description: String? = null, val roleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, configuredTableAssociationAnalysisRules: List<ConfiguredTableAssociationAnalysisRule>? = null, configuredTableAssociationIdentifier: String? = null, description: String? = null, roleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Returns the Amazon Resource Name (ARN) of the specified configured table association. Example: arn:aws:cleanrooms:us-east-1:111122223333:configuredtable/a1b2c3d4-5678-90ab-cdef-EXAMPLE33333

Link copied to clipboard

An analysis rule for a configured table association. This analysis rule specifies how data from the table can be used within its associated collaboration. In the console, the ConfiguredTableAssociationAnalysisRule is referred to as the collaboration analysis rule .

Link copied to clipboard

Returns the unique identifier of the specified configured table association. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE33333

Link copied to clipboard
val description: String? = null

A description of the configured table association.

Link copied to clipboard
val roleArn: String? = null

The service will assume this role to access catalog metadata and query the table.

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

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