Configured Table Association Args
data class ConfiguredTableAssociationArgs(val configuredTableAssociationAnalysisRules: Output<List<ConfiguredTableAssociationAnalysisRuleArgs>>? = null, 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
Constructors
Link copied to clipboard
constructor(configuredTableAssociationAnalysisRules: Output<List<ConfiguredTableAssociationAnalysisRuleArgs>>? = null, configuredTableIdentifier: Output<String>? = null, description: Output<String>? = null, membershipIdentifier: Output<String>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
val configuredTableAssociationAnalysisRules: Output<List<ConfiguredTableAssociationAnalysisRuleArgs>>? = null
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
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.