Platform Properties Args
data class PlatformPropertiesArgs(val architecture: Output<Either<String, Architecture>>? = null, val os: Output<Either<String, OS>>, val variant: Output<Either<String, Variant>>? = null) : ConvertibleToJava<PlatformPropertiesArgs>
The platform properties against which the run has to happen.