ConfiguredTableAssociation

class ConfiguredTableAssociation : KotlinCustomResource

Represents a table that can be queried within a collaboration

Properties

Link copied to clipboard
val arn: Output<String>

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

A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.

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

A description of the configured table association.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The unique ID for the membership this configured table association belongs to.

Link copied to clipboard
val name: Output<String>

The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

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

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

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

Link copied to clipboard
val urn: Output<String>