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<ConfiguredTableAssociationTagArgs>>? = null) : ConvertibleToJava<ConfiguredTableAssociationArgs>
Represents a table that can be queried within a collaboration
Constructors
Link copied to clipboard
fun ConfiguredTableAssociationArgs(configuredTableIdentifier: Output<String>? = null, description: Output<String>? = null, membershipIdentifier: Output<String>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, tags: Output<List<ConfiguredTableAssociationTagArgs>>? = null)