exportOnlies

@JvmName(name = "qddushaogucbpuwe")
suspend fun exportOnlies(value: Output<List<String>>)
@JvmName(name = "hoedabimbjgeexnv")
suspend fun exportOnlies(value: List<String>?)

Parameters

value

Data to be exported from the snapshot. If this parameter is not provided, all the snapshot data is exported. Valid values are documented in the AWS StartExportTask API documentation.


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


@JvmName(name = "jhxlmewxovbcjpqh")
suspend fun exportOnlies(values: List<Output<String>>)
@JvmName(name = "gtwsqrmqbqkulogk")
suspend fun exportOnlies(vararg values: String)

Parameters

values

Data to be exported from the snapshot. If this parameter is not provided, all the snapshot data is exported. Valid values are documented in the AWS StartExportTask API documentation.