exportOnly

@JvmName(name = "sxnbfrgrjdxcfklo")
suspend fun exportOnly(value: Output<List<String>>)
@JvmName(name = "wmepawkkdthoxdij")
suspend fun exportOnly(value: List<String>?)

Parameters

value

The data exported from the snapshot or cluster.

Valid Values:

  • database - Export all the data from a specified database.

  • database.table table-name - Export a table of the snapshot or cluster. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.

  • database.schema schema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.

  • database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.


@JvmName(name = "casfqfmevgedxkof")
suspend fun exportOnly(vararg values: Output<String>)


@JvmName(name = "ksyrnromfoqmcwan")
suspend fun exportOnly(values: List<Output<String>>)
@JvmName(name = "njlegbbqcdgkrmip")
suspend fun exportOnly(vararg values: String)

Parameters

values

The data exported from the snapshot or cluster.

Valid Values:

  • database - Export all the data from a specified database.

  • database.table table-name - Export a table of the snapshot or cluster. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.

  • database.schema schema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.

  • database.schema.table table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.