Configured Table Association Args
data class ConfiguredTableAssociationArgs(val configuredTableIdentifier: Output<String>? = null, val description: Output<String>? = null, val membershipIdentifier: Output<String>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConfiguredTableAssociationArgs>
Represents a table that can be queried within a collaboration
Properties
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
A description of the configured table association.
Link copied to clipboard
The unique ID for the membership this configured table association belongs to.