targetRegions

@JvmName(name = "wdpvmjpveynhsuie")
suspend fun targetRegions(value: Output<List<TargetRegionArgs>>)
@JvmName(name = "uycqaioarcxmqgfp")
suspend fun targetRegions(value: List<TargetRegionArgs>?)

Parameters

value

The target regions where the distributed Image Version is going to be replicated to. This object supersedes replicationRegions and can be specified only if replicationRegions is not specified.


@JvmName(name = "trpdkkjohpynyfia")
suspend fun targetRegions(vararg values: Output<TargetRegionArgs>)


@JvmName(name = "tpteyroxqsydiket")
suspend fun targetRegions(values: List<Output<TargetRegionArgs>>)
@JvmName(name = "uekytkmqetymqiwr")
suspend fun targetRegions(vararg values: TargetRegionArgs)

Parameters

values

The target regions where the distributed Image Version is going to be replicated to. This object supersedes replicationRegions and can be specified only if replicationRegions is not specified.


@JvmName(name = "gntkqppdcbnirjwp")
suspend fun targetRegions(argument: List<suspend TargetRegionArgsBuilder.() -> Unit>)
@JvmName(name = "yxnlhydhqscnfanc")
suspend fun targetRegions(vararg argument: suspend TargetRegionArgsBuilder.() -> Unit)
@JvmName(name = "xkuudutwkarxtyql")
suspend fun targetRegions(argument: suspend TargetRegionArgsBuilder.() -> Unit)

Parameters

argument

The target regions where the distributed Image Version is going to be replicated to. This object supersedes replicationRegions and can be specified only if replicationRegions is not specified.