tableWildcard

@JvmName(name = "kvkrdhuupenyveeg")
suspend fun tableWildcard(value: Output<TagAssociationTableWildcardArgs>)
@JvmName(name = "cfredltjdqqnrxid")
suspend fun tableWildcard(value: TagAssociationTableWildcardArgs?)

Parameters

value

A wildcard object representing every table under a database.This is an object with no properties that effectively behaves as a true or false depending on whether not it is passed as a parameter. The valid inputs for a property with this type in either yaml or json is null or {}. At least one of TableResource$Name or TableResource$TableWildcard is required.


@JvmName(name = "cmbwxgjqigqswlsv")
suspend fun tableWildcard(argument: suspend TagAssociationTableWildcardArgsBuilder.() -> Unit)

Parameters

argument

A wildcard object representing every table under a database.This is an object with no properties that effectively behaves as a true or false depending on whether not it is passed as a parameter. The valid inputs for a property with this type in either yaml or json is null or {}. At least one of TableResource$Name or TableResource$TableWildcard is required.