Get Configured Table Association Result
data class GetConfiguredTableAssociationResult(val arn: String? = null, val configuredTableAssociationAnalysisRules: List<ConfiguredTableAssociationAnalysisRule>? = null, val configuredTableAssociationIdentifier: String? = null, val description: String? = null, val roleArn: String? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
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
Returns the unique identifier of the specified configured table association. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE33333
Link copied to clipboard
A description of the configured table association.