ZoneUserInfoArgs

data class ZoneUserInfoArgs(val regionIds: Output<List<String>>? = null, val userId: Output<String>? = null) : ConvertibleToJava<ZoneUserInfoArgs>

Constructors

Link copied to clipboard
constructor(regionIds: Output<List<String>>? = null, userId: Output<String>? = null)

Properties

Link copied to clipboard
val regionIds: Output<List<String>>? = null

The list of the region IDs.

Link copied to clipboard
val userId: Output<String>? = null

The user ID belonging to the region is used for cross-account synchronization scenarios.

Functions

Link copied to clipboard
open override fun toJava(): ZoneUserInfoArgs