Move Collection Properties Args
data class MoveCollectionPropertiesArgs(val moveRegion: Output<String>? = null, val moveType: Output<Either<String, MoveType>>? = null, val sourceRegion: Output<String>? = null, val targetRegion: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<MoveCollectionPropertiesArgs>
Defines the move collection properties.