Environment Server Args
data class EnvironmentServerArgs(val managementPortalUri: Output<List<String>>? = null, val type: Output<Either<String, EnvironmentServerType>>? = null) : ConvertibleToJava<EnvironmentServerArgs>
Server information of the environment.
Constructors
Link copied to clipboard
constructor(managementPortalUri: Output<List<String>>? = null, type: Output<Either<String, EnvironmentServerType>>? = null)