Target Args
data class TargetArgs(val database: Output<String>? = null, val name: Output<String>? = null, val schema: Output<String>? = null) : ConvertibleToJava<TargetArgs>
Represents an action identifier. If the action writes output, the output will be written to the referenced database object.