recoveryPointTypes

@JvmName(name = "umwlyeitsicouiih")
suspend fun recoveryPointTypes(value: Output<List<String>>)
@JvmName(name = "nvymjtwsaafgkycn")
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 = "jpceywsfvgxgtmwe")
suspend fun recoveryPointTypes(vararg values: Output<String>)


@JvmName(name = "tqwbextoojxpqxuy")
suspend fun recoveryPointTypes(values: List<Output<String>>)
@JvmName(name = "geffycthsiqydhbc")
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".