recoveryPointTypes

@JvmName(name = "cagimkrvfnsdbdwf")
suspend fun recoveryPointTypes(value: Output<List<String>>)
@JvmName(name = "hecbmcvkmvujloju")
suspend fun recoveryPointTypes(value: List<String>)

Parameters

value

Specifies the types of recovery points to include in the selection. Valid values are "CONTINUOUS" and "SNAPSHOT".


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


@JvmName(name = "kauthjrdmmcutubt")
suspend fun recoveryPointTypes(values: List<Output<String>>)
@JvmName(name = "bredcwuviegtndrn")
suspend fun recoveryPointTypes(vararg values: String)

Parameters

values

Specifies the types of recovery points to include in the selection. Valid values are "CONTINUOUS" and "SNAPSHOT".