get Configured Table Association
suspend fun getConfiguredTableAssociation(argument: GetConfiguredTableAssociationPlainArgs): GetConfiguredTableAssociationResult
Represents a table that can be queried within a collaboration
Return
null
Parameters
argument
null
suspend fun getConfiguredTableAssociation(configuredTableAssociationIdentifier: String, membershipIdentifier: String): GetConfiguredTableAssociationResult
Return
null
Parameters
configured Table Association Identifier
Returns the unique identifier of the specified configured table association. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE33333
membership Identifier
The unique ID for the membership this configured table association belongs to.
See also
suspend fun getConfiguredTableAssociation(argument: suspend GetConfiguredTableAssociationPlainArgsBuilder.() -> Unit): GetConfiguredTableAssociationResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.cleanrooms.kotlin.inputs.GetConfiguredTableAssociationPlainArgs.