GetConfiguredTableAssociationResult

data class GetConfiguredTableAssociationResult(val arn: String? = 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, 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

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.