targetRegions

@JvmName(name = "vupmmqsmuvccjlqh")
suspend fun targetRegions(value: Output<List<TargetRegionArgs>>)
@JvmName(name = "olmcbmafvsimrqgl")
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 = "yknnufcfkjdqcvpk")
suspend fun targetRegions(vararg values: Output<TargetRegionArgs>)


@JvmName(name = "pddjgbfxhkgqjuyg")
suspend fun targetRegions(values: List<Output<TargetRegionArgs>>)
@JvmName(name = "ycfmmfvyrqqsnpkf")
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 = "qgldikflyrnudwwo")
suspend fun targetRegions(argument: List<suspend TargetRegionArgsBuilder.() -> Unit>)
@JvmName(name = "ircsdmcqgoqyslmk")
suspend fun targetRegions(vararg argument: suspend TargetRegionArgsBuilder.() -> Unit)
@JvmName(name = "ojwcdecdtxakatsr")
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.